Method: Nib::CodeClimate.execute
- Defined in:
- lib/nib/code_climate.rb
.execute(args, options = '') ⇒ Object
4 5 6 7 8 9 |
# File 'lib/nib/code_climate.rb', line 4 def self.execute(args, = '') # Discard service name because codeclimate is run on local path args.shift new(nil, args.join(' '), ).execute end |