class Object

Public Instance Methods

t(*args) click to toggle source
# File lib/typed_sexp.rb, line 109
def t(*args) # stupid shortcut to make indentation much cleaner
  TypedSexp.new(*args)
end