Skip to content

Commit

Permalink
Fixec conversion doc
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
beerlington committed Aug 21, 2012
1 parent 29e4b89 commit 6fd8e7d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/classy_enum/conversion.rb
Expand Up @@ -28,7 +28,8 @@ def to_i
# class Priority < ClassyEnum::Base
# end
#
# class Priority::Low < Priority; end # class Priority::Medium < Priority; end
# class Priority::Low < Priority; end
# class Priority::Medium < Priority; end
# class Priority::High < Priority; end
#
# @priority = Priority::Low.new
Expand Down

0 comments on commit 6fd8e7d

Please sign in to comment.