Method: Crokus::Parser#initialize
- Defined in:
- lib/crokus/parser.rb
#initialize ⇒ Parser
Returns a new instance of Parser.
15 16 17 18 19 |
# File 'lib/crokus/parser.rb', line 15 def initialize @ppr=PrettyPrinter.new @verbose=false #@verbose=true end |