Class: Struct

Inherits:
Object
  • Object
show all
Defined in:
lib/opbeat/util.rb

Instance Method Summary collapse

Instance Method Details

#to_hObject



22
23
24
# File 'lib/opbeat/util.rb', line 22

def to_h
  Hash[self.each_pair.to_a]
end