class Ridgepole::ExecuteExpander::Stub
Public Instance Methods
Source
# File lib/ridgepole/execute_expander.rb, line 6 def method_missing(_method_name, *_args, &_block) # Nothing to do end
Source
# File lib/ridgepole/execute_expander.rb, line 10 def respond_to_missing?(_symbol, _include_private) true end