class ContentBlockTools::Presenters::BasePresenter

def is_number?(item)

def is_number?(item)
  Float(item, exception: false)
end