Class: S3Share::Args
- Inherits:
-
Array
- Object
- Array
- S3Share::Args
- Defined in:
- lib/s3share/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.
3 4 5 |
# File 'lib/s3share/args.rb', line 3 def initialize(*args) super end |