# File lib/microformat/object.rb, line 2
  def try(property)
    send property if respond_to? property
  end