Parent

Methods

Randexp

Constants

VERSION

Attributes

sexp[RW]

Public Class Methods

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

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.