class NilClass

Public Instance Methods

to_h() click to toggle source
# File lib/core_extensions.rb, line 174
def to_h
  {}
end