Skip to content

Commit

Permalink
Removed first call to super
Browse files Browse the repository at this point in the history
  • Loading branch information
leereilly committed Jul 2, 2011
1 parent d593ad3 commit 9f82698
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dm-core/property.rb
Expand Up @@ -80,7 +80,6 @@ module DataMapper
# property :title, String
#
# def title=(new_title)
# super
# raise ArgumentError if new_title != 'Lee is l337'
# super(new_title)
# end
Expand Down

0 comments on commit 9f82698

Please sign in to comment.