Class: Ccp::Receivers::None
Constant Summary
Constants included from Data
Class Method Summary collapse
Methods inherited from Base
Methods included from Commentable
#comment, #comments, #show_comments
Methods included from Profileable
#profile, #profiles, #show_profiles
Methods included from Colorize
#aqua, #blue, #colorize, #green, #pink, #red, #yellow
Methods included from Data
Class Method Details
.new ⇒ Object
4 5 6 |
# File 'lib/ccp/receivers/none.rb', line 4 def self.new @instance ||= super end |