parser 0.9.1 → 0.9.2

Sign up to get free protection for your applications and to get access to all the features.
data/lib/parser.rb CHANGED
@@ -78,7 +78,6 @@ module Parser
78
78
  :dynamic_const => "dynamic constant assignment",
79
79
  :module_in_def => "module definition in method body",
80
80
  :class_in_def => "class definition in method body",
81
- :grouped_expression => "(...) interpreted as grouped expression",
82
81
  :space_before_lparen => "don't put space before argument parentheses",
83
82
  :unexpected_percent_str => "%{type}: unknown type of percent-literal",
84
83
  :useless_else => "else without rescue is useless",