Module: Protod::Interpreter::SkipNilAbility
- Defined in:
- lib/protod/interpreter.rb
Instance Method Summary collapse
Instance Method Details
#to_pb_from(rb) ⇒ Object
87 88 89 90 |
# File 'lib/protod/interpreter.rb', line 87 def to_pb_from(rb) return if rb.nil? super end |
#to_rb_from(pb) ⇒ Object
92 93 94 95 |
# File 'lib/protod/interpreter.rb', line 92 def to_rb_from(pb) return if pb.nil? super end |