Module: Tb::Func::First

Defined in:
lib/tb/func.rb

Class Method Summary collapse

Class Method Details

.aggregate(value) ⇒ Object



102
# File 'lib/tb/func.rb', line 102

def First.aggregate(value) value end

.call(v1, v2) ⇒ Object



101
# File 'lib/tb/func.rb', line 101

def First.call(v1, v2) v1 end

.start(value) ⇒ Object



100
# File 'lib/tb/func.rb', line 100

def First.start(value) value end