lib/parser.rb in parser-0.9.1 vs lib/parser.rb in parser-0.9.2

- old
+ new

@@ -76,10 +76,9 @@ :odd_hash => "odd number of entries for a hash", :singleton_literal => "cannot define a singleton method for a literal", :dynamic_const => "dynamic constant assignment", :module_in_def => "module definition in method body", :class_in_def => "class definition in method body", - :grouped_expression => "(...) interpreted as grouped expression", :space_before_lparen => "don't put space before argument parentheses", :unexpected_percent_str => "%{type}: unknown type of percent-literal", :useless_else => "else without rescue is useless", :block_and_blockarg => "both block argument and literal block are passed", :masgn_as_condition => "multiple assignment in conditional context",