class StrategyStore::StrategyAlreadyRegister
Public Class Methods
new(context)
click to toggle source
Calls superclass method
# File lib/strategy_store/error.rb, line 7 def initialize(context) super("A strategy was already defined for #{context.class}") end