Method: Bruhl::Object#to_s
- Defined in:
- lib/bruhl.rb
#to_s ⇒ Object
197 198 199 200 |
# File 'lib/bruhl.rb', line 197 def to_s str = contents.map(&:to_s).join(', ') '{' + (@tag ? "#{@tag}: #{str}" : str) + '}' end |
197 198 199 200 |
# File 'lib/bruhl.rb', line 197 def to_s str = contents.map(&:to_s).join(', ') '{' + (@tag ? "#{@tag}: #{str}" : str) + '}' end |