parser 0.9.1 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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",