Method: Chaintown::State#initialize
- Defined in:
- lib/chaintown/state.rb
#initialize ⇒ State
Returns a new instance of State.
6 7 8 |
# File 'lib/chaintown/state.rb', line 6 def initialize @valid = true end |
Returns a new instance of State.
6 7 8 |
# File 'lib/chaintown/state.rb', line 6 def initialize @valid = true end |