Methods

Modifiable

Public Instance Methods

modify(value) click to toggle source
# File lib/stamp/emitters/modifiable.rb, line 2
def modify(value)
  if @modifier
    @modifier.call(value)
  else
    value
  end
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.