Class: CFlow::True
- Inherits:
-
Object
- Object
- CFlow::True
- Defined in:
- lib/c_flow/true.rb
Instance Method Summary collapse
Instance Method Details
#call(input) ⇒ Object
3 4 5 |
# File 'lib/c_flow/true.rb', line 3 def call(input) true end |