Class: Typekit::Processing::Converter::Boolean

Inherits:
Object
  • Object
show all
Defined in:
lib/typekit/processing/converter/boolean.rb

Instance Method Summary collapse

Constructor Details

#initialize(*_) ⇒ Boolean

Returns a new instance of Boolean.



5
6
# File 'lib/typekit/processing/converter/boolean.rb', line 5

def initialize(*_)
end

Instance Method Details

#process(response, object) ⇒ Object



8
9
10
# File 'lib/typekit/processing/converter/boolean.rb', line 8

def process(response, object)
  object # already boolean
end