Method: Leadlight::TintHelper#initialize
- Defined in:
- lib/leadlight/tint_helper.rb
#initialize(representation, tint) ⇒ TintHelper
Returns a new instance of TintHelper.
8 9 10 11 |
# File 'lib/leadlight/tint_helper.rb', line 8 def initialize(representation, tint) @tint = tint super(representation) end |