@param [field] the field to be formatted (e.g. :month, :year) @param [lookup] an array of the string values to be formatted (e.g. +Date::DAYNAMES+)
or a +call+able that returns the formatted value
# File lib/stamp/emitters/lookup.rb, line 9 def initialize(field, lookup=nil) @field = field @lookup = lookup end
Generated with the Darkfish Rdoc Generator 2.