module Hamster

def list(*items)

Other tags:
    Api: - public

Returns:
  • (Hamster::List) -
def list(*items)
  items.to_list
end