Method: ERB#run

Defined in:
lib/missing/erb.rb

#run(b = TOPLEVEL_BINDING) ⇒ Object

Generate results and print them. (see ERB#result)



551
552
553
# File 'lib/missing/erb.rb', line 551

def run(b=TOPLEVEL_BINDING)
  print self.result(b)
end