class Hamster::Cons

Public Instance Methods

to_s() click to toggle source
# File lib/rubylisp/types.rb, line 35
def to_s
  "(#{join " "})"
end