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



126
127
128
# File 'lib/zizq/configuration.rb', line 126

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