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