class SmashTheState::Operation::State::Invalid

Attributes

state[R]

Public Class Methods

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