class RamseyCopGenerator

Public Instance Methods

create_rubcop_yml() click to toggle source
# File lib/generators/ramsey_cop_generator.rb, line 4
def create_rubcop_yml
  template "rscop.yml", ".rubocop.yml"
end