Class: Protobuf::ActiveRecord::Serialization::ClassMethods::NilMethodCaller

Inherits:
Object
  • Object
show all
Defined in:
lib/protobuf/active_record/serialization.rb

Instance Method Summary collapse

Constructor Details

#initializeNilMethodCaller



215
216
# File 'lib/protobuf/active_record/serialization.rb', line 215

def initialize
end

Instance Method Details

#call(_selph) ⇒ Object



218
219
220
# File 'lib/protobuf/active_record/serialization.rb', line 218

def call(_selph)
  nil
end