Parent

Methods

SexpInterpreter

A simple subclass of SexpProcessor that defines a pattern I commonly use: non-mutative and strict process that return assorted values; AKA, an interpreter.

Public Class Methods

new() click to toggle source
# File lib/sexp_processor.rb, line 398
def initialize
  super

  self.expected        = Object
  self.require_empty   = false
  self.strict          = true
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.