class ERB
def result(b=new_toplevel)
code evaluation.
_b_ accepts a Binding object which is used to set the context of
can be affected by _safe_level_.)
the results of that code. (See ERB::new for details on how this process
Executes the generated ERB code to produce a completed template, returning
def result(b=new_toplevel) unless @_init.equal?(self.class.singleton_class) raise ArgumentError, "not initialized" end eval(@src, b, (@filename || '(erb)'), @lineno) end