class BSFlow::FirstArg

Public Instance Methods

call(*args) click to toggle source
# File lib/bsflow/first_arg.rb, line 3
def call(*args)
  args.first
end