Method: Microformats2::Collection#to_s
- Defined in:
- lib/microformats2/results/collection.rb
#to_s ⇒ Object
22 23 24 25 26 27 28 |
# File 'lib/microformats2/results/collection.rb', line 22 def to_s if @hash['value'] return @hash['value'] else super end end |