Class: BSFlow::FirstArg
- Inherits:
-
Object
- Object
- BSFlow::FirstArg
- Defined in:
- lib/bsflow/first_arg.rb
Instance Method Summary collapse
Instance Method Details
#call(*args) ⇒ Object
3 4 5 |
# File 'lib/bsflow/first_arg.rb', line 3 def call(*args) args.first end |