Module: Tb::Func::Last

Defined in:
lib/tb/func.rb

Class Method Summary collapse

Class Method Details

.aggregate(value) ⇒ Object



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

def Last.aggregate(value) value end

.call(v1, v2) ⇒ Object



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

def Last.call(v1, v2) v2 end

.start(value) ⇒ Object



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

def Last.start(value) value end