Method: ACTV::NullObject#respond_to_missing?
- Defined in:
- lib/actv/null_object.rb
#respond_to_missing?(method_name, include_private = false) ⇒ Boolean
15 16 17 |
# File 'lib/actv/null_object.rb', line 15 def respond_to_missing?(method_name, include_private=false) true end |