class SmashTheState::Operation::Error

Attributes

state[R]

Public Class Methods

new(state) click to toggle source
# File lib/smash_the_state/operation/error.rb, line 6
def initialize(state)
  @state = state
end