Skip to content

Commit

Permalink
Remove unecessary code, #compile returns self
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Feb 10, 2012
1 parent e65e1c0 commit c6d2d80
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/virtus/value_object/equalizer.rb
Expand Up @@ -37,7 +37,6 @@ def initialize(host_name, keys = [])
def <<(key)
@keys << key
compile
self
end

# Compile the equalizer methods based on #keys
Expand Down

0 comments on commit c6d2d80

Please sign in to comment.