Class: Zizq::Configuration::Identity
- Inherits:
-
Object
- Object
- Zizq::Configuration::Identity
- Defined in:
- lib/zizq/configuration.rb
Overview
Identity terminal — returns the argument unchanged.
Instance Method Summary collapse
-
#call(arg) ⇒ Object
: (untyped) -> untyped.
Instance Method Details
#call(arg) ⇒ Object
: (untyped) -> untyped
126 127 128 |
# File 'lib/zizq/configuration.rb', line 126 def call(arg) #: (untyped) -> untyped arg end |