Skip to content

rubocop-ast 0.0.3

Compare
Choose a tag to compare
@bbatsov bbatsov released this 07 Jul 19:36
· 506 commits to master since this release

Changes

  • Classes NodePattern, ProcessedSource and Token moved to AST::NodePattern, etc.
    The rubocop gem has aliases to ensure compatibility. [#7]
  • AST::ProcessedSource.from_file now raises a Errno::ENOENT instead of a RuboCop::Error [#7]