Class: BSFlow::LastArg

Inherits:
Object
  • Object
show all
Defined in:
lib/bsflow/last_arg.rb

Instance Method Summary collapse

Instance Method Details

#call(*args) ⇒ Object



3
4
5
# File 'lib/bsflow/last_arg.rb', line 3

def call(*args)
  args.last
end