Skip to content

Commit

Permalink
Use attr_writer, since #default_definition is already defined.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Feb 14, 2015
1 parent a6a55c9 commit e71ff0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/public_suffix/list.rb
Expand Up @@ -44,7 +44,7 @@ class List
include Enumerable

class << self
attr_accessor :default_definition
attr_writer :default_definition
end

# Gets the default rule list.
Expand Down

0 comments on commit e71ff0a

Please sign in to comment.