Class: Neetob::CLI::Redirections::Commands

Inherits:
Thor
  • Object
show all
Defined in:
lib/neetob/cli/redirections/commands.rb

Instance Method Summary collapse

Instance Method Details

#checkObject



14
15
16
# File 'lib/neetob/cli/redirections/commands.rb', line 14

def check
  Check.new(options[:source], options[:destination], options[:sandbox]).run
end