Class: Ccp::Receivers::None

Inherits:
Base
  • Object
show all
Defined in:
lib/ccp/receivers/none.rb

Constant Summary

Constants included from Data

Data::NotDefined

Class Method Summary collapse

Methods inherited from Base

#inspect

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

#data, #data?

Class Method Details

.newObject



4
5
6
# File 'lib/ccp/receivers/none.rb', line 4

def self.new
  @instance ||= super
end