Module: Npmdc
- Defined in:
- lib/npmdc.rb,
lib/npmdc/cli.rb,
lib/npmdc/checker.rb,
lib/npmdc/railtie.rb,
lib/npmdc/version.rb
Defined Under Namespace
Classes: Checker, Cli, Railtie
Constant Summary collapse
- VERSION =
'0.1.2'
Class Method Summary collapse
Class Method Details
.call(options = {}) ⇒ Object
6 7 8 |
# File 'lib/npmdc.rb', line 6 def self.call( = {}) Npmdc::Checker.new().call end |