Class: Object
- Inherits:
- BasicObject
- Defined in:
- lib/can_has_fixtures/util.rb
Instance Method Summary collapse
Instance Method Details
#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 |