class NarouAgent::Action
Public Class Methods
new(agent)
click to toggle source
# File lib/narou_agent/action.rb, line 8 def initialize(agent) @agent = agent end
Public Instance Methods
run()
click to toggle source
# File lib/narou_agent/action.rb, line 12 def run raise NotImplementedError end