Top Level Namespace

Defined Under Namespace

Modules: SexpMatchSpecials Classes: CompositeSexpProcessor, NotEmptyError, Object, Sexp, SexpAny, SexpMatchSpecial, SexpProcessor, SexpProcessorError, SexpTypeError, UnknownNodeError, UnsupportedNodeError

Instance Method Summary collapse

Instance Method Details

#s(*args) ⇒ Object

This is just a stupid shortcut to make indentation much cleaner.



313
314
315
# File 'lib/sexp.rb', line 313

def s(*args)
  Sexp.new(*args)
end