method

hash

ruby latest stable - Class: RDoc::Mixin
hash()
public

No documentation available.

# File lib/rdoc/mixin.rb, line 46
  def hash # :nodoc:
    [@name, self.module].hash
  end