Class: Array

Inherits:
Object
  • Object
show all
Defined in:
lib/kor/output/json.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



5
6
7
# File 'lib/kor/output/json.rb', line 5

def to_h
  Hash[self]
end