class Hash

Public Instance Methods

ninja()
Alias for: to_ninja_hash
to_ninja_hash() click to toggle source
# File lib/ninja/hash.rb, line 53
def to_ninja_hash
  Ninja::Hash.new(self)
end
Also aliased as: ninja