Method: Object#args_and_options
- Defined in:
- lib/can_has_fixtures/util.rb
#args_and_options(*args) ⇒ Object
2 3 4 5 |
# File 'lib/can_has_fixtures/util.rb', line 2 def (*args) = Hash === args.last ? args.pop : {} return args, end |
2 3 4 5 |
# File 'lib/can_has_fixtures/util.rb', line 2 def (*args) = Hash === args.last ? args.pop : {} return args, end |