lib/antelope/grammar/generation.rb in antelope-0.3.0 vs lib/antelope/grammar/generation.rb in antelope-0.3.2

- old
+ new

@@ -25,10 +25,9 @@ # modifiers to apply to the grammar. # @return [void] def generate(options = {}, generators = :guess, modifiers = DEFAULT_MODIFIERS) - pp self mods = modifiers.map(&:last) .map { |x| x.new(self) } mods.each do |mod| puts "Running mod #{mod.class}..." if options[:verbose] mod.call