wzcolon/private_attrs

View on GitHub

Showing 1 of 1 total issue

Method included has 46 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def self.included(base)
    base.class_eval do
      def self.private_attr_reader(*args)
        args.each do |arg|
          method_name = arg.to_sym
Severity: Minor
Found in lib/private_attrs/attr_methods.rb - About 1 hr to fix
    Severity
    Category
    Status
    Source
    Language