Top Level Namespace

Defined Under Namespace

Classes: Hm

Instance Method Summary collapse

Instance Method Details

#Hm(hash) ⇒ Object

Shortcut for Hm.new



512
513
514
# File 'lib/hm.rb', line 512

def Hm(hash) # rubocop:disable Naming/MethodName
  Hm.new(hash)
end