Method: Skunk::Command::Compare#initialize
- Defined in:
- lib/skunk/commands/compare.rb
#initialize(options) ⇒ Compare
Returns a new instance of Compare.
16 17 18 19 20 |
# File 'lib/skunk/commands/compare.rb', line 16 def initialize() super = @status_reporter = Skunk::Command::StatusReporter.new() end |