Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Minor formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dkubb committed Jul 3, 2010
1 parent 9427a9b commit 0cd0557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dm-core/property.rb
Expand Up @@ -371,7 +371,7 @@ def accept_options(*args)
# Load Property options
accepted_options.each do |property_option|
class_eval <<-RUBY, __FILE__, __LINE__ + 1
def self.#{property_option}(*args) # def unique(*args)
def self.#{property_option}(*args) # def unique(*args)
if args.any? # if args.any?
@#{property_option} = args.first # @unique = args.first
else # else
Expand Down

0 comments on commit 0cd0557

Please sign in to comment.