Class: Evilution::MCP::InfoTool::Actions::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/evilution/mcp/info_tool/actions.rb,
lib/evilution/mcp/info_tool/actions/base.rb

Overview

rubocop:disable Lint/EmptyClass

Direct Known Subclasses

Environment, Feedback, Statuses, Subjects, Tests

Class Method Summary collapse

Class Method Details

.callObject

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/evilution/mcp/info_tool/actions/base.rb', line 7

def self.call(**)
  raise NotImplementedError
end