class Stringex::ActsAsUrl::Adapter::Base

def is_present?(object)

def is_present?(object)
  object.present?
end