Parent

Methods

Randexp

Constants

VERSION

Attributes

sexp[RW]

Public Class Methods

new(source) click to toggle source
# File lib/randexp.rb, line 4
def initialize(source)
  @sexp = Randexp::Parser[source]
end

Public Instance Methods

reduce() click to toggle source
# File lib/randexp.rb, line 8
def reduce
  Reducer[@sexp.dup]
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.