Class: OmniAI::MCP::Transport::Base
- Inherits:
-
Object
- Object
- OmniAI::MCP::Transport::Base
- Defined in:
- lib/omniai/mcp/transport/base.rb
Overview
Direct Known Subclasses
Instance Method Summary collapse
Instance Method Details
#gets ⇒ String
17 18 19 |
# File 'lib/omniai/mcp/transport/base.rb', line 17 def gets raise NotImplementedError, "#{self.class}#gets undefined" end |
#puts(text) ⇒ Object
12 13 14 |
# File 'lib/omniai/mcp/transport/base.rb', line 12 def puts(text) raise NotImplementedError, "#{self.class}#gets undefined" end |