class RailsDeprecatedSyntax::Cli

Public Class Methods

start(path) click to toggle source
# File lib/rails_deprecated_syntax/cli.rb, line 5
def self.start(path)
  ::DeprecatedSyntax.show_deprecations(path)
end