class Hash

def self.[](*args)

Returns:
  • (Hash) -
def self.[](*args)
  `return $rb.H.apply(null, args);`
end