module Pakyow::Support::Indifferentize

Public Instance Methods

deep_indifferentize() click to toggle source
# File lib/pakyow/support/indifferentize.rb, line 178
def deep_indifferentize
  Pakyow::Support::IndifferentHash.deep(self)
end
indifferentize() click to toggle source
# File lib/pakyow/support/indifferentize.rb, line 174
def indifferentize
  Pakyow::Support::IndifferentHash.new(self)
end