module Hamster::EmptyList

Public Class Methods

to_s() click to toggle source
# File lib/rubylisp/types.rb, line 41
def EmptyList.to_s
  "()"
end