Method: SeleniumShots::Command::Base#initialize
- Defined in:
- lib/selenium_shots/cli/commands/base.rb
#initialize(args) ⇒ Base
Returns a new instance of Base.
6 7 8 |
# File 'lib/selenium_shots/cli/commands/base.rb', line 6 def initialize(args) @args = args end |