Module: CheckSuperCalls

Defined in:
lib/check_super_calls.rb,
lib/check_super_calls/version.rb

Defined Under Namespace

Classes: Error

Constant Summary collapse

VERSION =
'0.1.0'.freeze

Class Method Summary collapse

Class Method Details

.main(_args) ⇒ Object

Your code goes here…



8
9
10
11
12
13
# File 'lib/check_super_calls.rb', line 8

def self.main(_args)
  options = Parser.parse(ARGV)

  shell = ShellAdapter.new
  result = shell.process_files(nil, options.input_directory)
end