# File lib/innate/options/dsl.rb, line 89 def default(doc, value, other = {}) @hash.default = other.merge(:doc => doc, :value => value) end