Class: IoTools::ItemStruct

Inherits:
OpenStruct
  • Object
show all
Defined in:
lib/io_tools.rb

Instance Method Summary collapse

Instance Method Details

#to_json(*_) ⇒ Object



11
12
13
# File 'lib/io_tools.rb', line 11

def to_json *_
   self.table.inject({}){|h,f| h[f.first] = f.last; h }.to_json
end