Class: Ridgepole::ExecuteExpander::Stub

Inherits:
Object
  • Object
show all
Defined in:
lib/ridgepole/execute_expander.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(_method_name, *_args, &_block) ⇒ Object



6
7
8
# File 'lib/ridgepole/execute_expander.rb', line 6

def method_missing(_method_name, *_args, &_block)
  # Nothing to do
end

Instance Method Details

#respond_to_missing?(_symbol, _include_private) ⇒ Boolean

Returns:

  • (Boolean)


10
11
12
# File 'lib/ridgepole/execute_expander.rb', line 10

def respond_to_missing?(_symbol, _include_private)
  true
end