Methods

Class/Module Index [+]

Quicksearch

Ruote::WithH

Public Class Methods

included(target) click to toggle source
# File lib/ruote/util/hashdot.rb, line 65
def self.included (target)

  def target.h_reader (*names)
    names.each do |name|
      define_method(name) do
        @h[name.to_s]
      end
    end
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.