Object
# File lib/tins/null.rb, line 82 def initialize(opts = {}) class << self; self; end.class_eval do opts.each do |name, value| define_method(name) { value } end end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.