class Stringex::ActsAsUrl::Adapter::Base

def is_blank?(object)

def is_blank?(object)
  object.blank?
end