Module: Jenkins::CLI::Formatting
- Included in:
- Jenkins::CLI
- Defined in:
- lib/jenkins/cli/formatting.rb
Defined Under Namespace
Modules: ClassMethods, InstanceMethods
Class Method Summary collapse
Class Method Details
.included(receiver) ⇒ Object
46 47 48 49 |
# File 'lib/jenkins/cli/formatting.rb', line 46 def self.included(receiver) receiver.extend ClassMethods receiver.send :include, InstanceMethods end |