class Struct

Public Instance Methods

to_h() click to toggle source
# File lib/opbeat/util.rb, line 22
def to_h
  Hash[self.each_pair.to_a]
end