Class: Zizq::Configuration::Identity

Inherits:
Object
  • Object
show all
Defined in:
lib/zizq/configuration.rb,
sig/generated/zizq/configuration.rbs

Overview

Identity terminal — returns the argument unchanged.

Instance Method Summary collapse

Instance Method Details

#call(arg) ⇒ Object

: (untyped) -> untyped

Parameters:

  • arg (Object)

Returns:

  • (Object)


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

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