Class: NilClass

Inherits:
Object
  • Object
show all
Defined in:
lib/takeout/core/ext/nil_class.rb

Instance Method Summary collapse

Instance Method Details

#deep_stringify_keys!Object



6
7
8
# File 'lib/takeout/core/ext/nil_class.rb', line 6

def deep_stringify_keys!
  self
end

#to_symObject



2
3
4
# File 'lib/takeout/core/ext/nil_class.rb', line 2

def to_sym
  self
end