Method: Bruhl::Object#to_s

Defined in:
lib/bruhl.rb

#to_sObject



197
198
199
200
# File 'lib/bruhl.rb', line 197

def to_s
  str = contents.map(&:to_s).join(', ')
  '{' + (@tag ? "#{@tag}: #{str}" : str) + '}'
end