Skip to content

Commit

Permalink
Remove duplicate and redefined method.
Browse files Browse the repository at this point in the history
  • Loading branch information
splattael committed Mar 12, 2013
1 parent adef680 commit a334589
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/yard-tomdoc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,6 @@ def self.yard_parse(yard, comment)
tomdoc
end

#
def self.const_missing(name)
metadata[name.to_s.downcase] || super(name)
end

# When a constant is missing, see if it is a metadata entry.
# Metadata comes from the RubyGem, and fallsback to project index file.
#
Expand Down

0 comments on commit a334589

Please sign in to comment.