Method: OpenGraphReader::Object#to_s

Defined in:
lib/open_graph_reader/object.rb

#to_sString

Returns #content if available.

Returns:

  • (String)


92
93
94
# File 'lib/open_graph_reader/object.rb', line 92

def to_s
  content || super
end