class Object
Public Instance Methods
Hm(hash)
click to toggle source
Shortcut for {Hm}.new
# File lib/hm.rb, line 512 def Hm(hash) # rubocop:disable Naming/MethodName Hm.new(hash) end
Shortcut for {Hm}.new
# File lib/hm.rb, line 512 def Hm(hash) # rubocop:disable Naming/MethodName Hm.new(hash) end