Class: Ccp::Receivers::Global
- Defined in:
- lib/ccp/receivers/none.rb,
lib/ccp/receivers/global.rb
Constant Summary
Constants included from Fixtures
Class Method Summary collapse
Methods included from Skippable
Methods included from Aroundable
Methods included from Profileable
#execute, #profiles, #show_profiles
Methods included from Utils::Colorize
#aqua, #blue, #colorize, #green, #pink, #red, #yellow
Methods included from Executable
Methods included from Commentable
#comment, #comments, #show_comments
Methods included from Variables
Methods included from Settings
Methods included from Core
Class Method Details
.new ⇒ Object
4 5 6 |
# File 'lib/ccp/receivers/none.rb', line 4 def self.new @instance ||= super end |