Class: Backlog::Args
- Inherits:
-
Array
- Object
- Array
- Backlog::Args
- Defined in:
- lib/backlog/args.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ Args
constructor
A new instance of Args.
Constructor Details
#initialize(*args) ⇒ Args
Returns a new instance of Args.
5 6 7 8 9 |
# File 'lib/backlog/args.rb', line 5 def initialize(*args) super end |