Class: RailsDeprecatedSyntax::Cli

Inherits:
Object
  • Object
show all
Defined in:
lib/rails_deprecated_syntax/cli.rb

Class Method Summary collapse

Class Method Details

.start(path) ⇒ Object



5
6
7
# File 'lib/rails_deprecated_syntax/cli.rb', line 5

def self.start(path)
  ::DeprecatedSyntax.show_deprecations(path)
end