Method: Farcall::Interface#respond_to_missing?
- Defined in:
- lib/farcall/endpoint.rb
#respond_to_missing?(method_name, include_private = false) ⇒ Boolean
used internally to synthesize the proxy method.
353 354 355 |
# File 'lib/farcall/endpoint.rb', line 353 def respond_to_missing?(method_name, include_private = false) true end |