Skip to content

Commit

Permalink
Remove unecessary whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Jan 12, 2012
1 parent d3fe82e commit eac8972
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/virtus/class_methods.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ module ClassMethods
# @api private
def self.extended(descendant)
super

descendant.module_eval do
extend DescendantsTracker
virtus_setup_attributes_accessor_module
Expand Down Expand Up @@ -90,7 +89,6 @@ def attributes
def virtus_setup_attributes_accessor_module
@virtus_attributes_accessor_module = AttributesAccessor.new(name || inspect)
include virtus_attributes_accessor_module

self
end

Expand All @@ -111,7 +109,6 @@ def virtus_setup_attributes_accessor_module
# @api private
def inherited(descendant)
super

descendant.virtus_setup_attributes_accessor_module
end

Expand Down

0 comments on commit eac8972

Please sign in to comment.