Module: Naplug

Defined in:
lib/naplug.rb,
lib/naplug/meta.rb,
lib/naplug/about.rb,
lib/naplug/output.rb,
lib/naplug/plugin.rb,
lib/naplug/status.rb,
lib/naplug/helpers.rb,
lib/naplug/version.rb,
lib/naplug/helpers/cli.rb,
lib/naplug/performancedata.rb,
lib/naplug/helpers/grokkers.rb,
lib/naplug/helpers/json_thresholds.rb

Defined Under Namespace

Modules: ClassMethods, Helpers, InstanceMethods Classes: Error, Meta, Output, PerformanceData, Plugin, Status

Constant Summary collapse

ME =
:naplug
ABOUT =
"#{ME} v#{VERSION}\nhttps://github.com/gerirgaudi/#{ME}\nCopyright (c) 2014 by Evernote Corporation\nLicensed under the Apache License, Version 2.0 (http://www.apache.org/licenses/LICENSE-2.0)"
VERSION =
'1.10.1'

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



218
219
220
221
# File 'lib/naplug.rb', line 218

def self.included(klass)
  klass.send :include, InstanceMethods
  klass.extend ClassMethods
end