class Introspection::Receivers::NullReceiver
Public Instance Methods
__metaclass__()
click to toggle source
# File lib/introspection/receivers.rb, line 14 def __metaclass__ NullMetaclass.new end
receivers()
click to toggle source
# File lib/introspection/receivers.rb, line 18 def receivers Array.new end