class NilClass

Public Instance Methods

to_h() click to toggle source
# File lib/backports/2.0.0/nil/to_h.rb, line 3
def to_h
  {}
end