Class: ActiveAgent::ActionPrompt::Base::NullPrompt
- Inherits:
-
Object
- Object
- ActiveAgent::ActionPrompt::Base::NullPrompt
show all
- Defined in:
- lib/active_agent/action_prompt/base.rb
Overview
Instance Method Summary
collapse
Dynamic Method Handling
This class handles dynamic methods through the method_missing method
#method_missing ⇒ Object
316
317
318
|
# File 'lib/active_agent/action_prompt/base.rb', line 316
def method_missing(...)
nil
end
|
Instance Method Details
308
309
310
|
# File 'lib/active_agent/action_prompt/base.rb', line 308
def
{}
end
|
#message ⇒ Object
304
305
306
|
# File 'lib/active_agent/action_prompt/base.rb', line 304
def message
""
end
|
#respond_to?(string, include_all = false) ⇒ Boolean
312
313
314
|
# File 'lib/active_agent/action_prompt/base.rb', line 312
def respond_to?(string, include_all = false)
true
end
|