Object
# File lib/randexp.rb, line 4 def initialize(source) @sexp = Randexp::Parser[source] end
# File lib/randexp.rb, line 8 def reduce Reducer[@sexp.dup] end
[Validate]
Generated with the Darkfish Rdoc Generator 2.