Class: Backlog::Args

Inherits:
Array
  • Object
show all
Defined in:
lib/backlog/args.rb

Instance Method Summary collapse

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