Class: Sidtool::State

Inherits:
Object
  • Object
show all
Defined in:
lib/sidtool/state.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeState

Returns a new instance of State.



5
6
7
# File 'lib/sidtool/state.rb', line 5

def initialize
  @current_frame = 0
end

Instance Attribute Details

#current_frameObject

Returns the value of attribute current_frame.



3
4
5
# File 'lib/sidtool/state.rb', line 3

def current_frame
  @current_frame
end