module RorHack::NilClassHack

Public Instance Methods

j2h(_type = nil) click to toggle source
# File lib/ror_hack/nil_hack.rb, line 3
def j2h(_type = nil)
  {}.with_indifferent_access
end