Method: OpenGraphReader::Object#to_s
- Defined in:
- lib/open_graph_reader/object.rb
#to_s ⇒ String
Returns #content if available.
92 93 94 |
# File 'lib/open_graph_reader/object.rb', line 92 def to_s content || super end |
Returns #content if available.
92 93 94 |
# File 'lib/open_graph_reader/object.rb', line 92 def to_s content || super end |