Method: Tb::Func::LastN#initialize

Defined in:
lib/tb/func.rb

#initialize(n) ⇒ LastN

Returns a new instance of LastN.



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

def initialize(n) @n = n end