Class: Zizq::Configuration::Identity

Inherits:
Object
  • Object
show all
Defined in:
lib/zizq/configuration.rb

Overview

Identity terminal — returns the argument unchanged.

Instance Method Summary collapse

Instance Method Details

#call(arg) ⇒ Object

: (untyped) -> untyped



224
225
226
# File 'lib/zizq/configuration.rb', line 224

def call(arg) #: (untyped) -> untyped
  arg
end