Class: Hash

Inherits:
Object
  • Object
show all
Defined in:
lib/maruku/structures_inspect.rb

Instance Method Summary collapse

Instance Method Details

#inspect_orderedObject



40
41
42
# File 'lib/maruku/structures_inspect.rb', line 40

def inspect_ordered
	"{"+map{|k,v| k.inspect + "=>"+v.inspect}.join(',')+"}"
end