Method: When::TM::Instant#initialize
- Defined in:
- lib/when_exe/tmobjects.rb
#initialize(position) ⇒ Instant
オブジェクトの生成
243 244 245 246 247 |
# File 'lib/when_exe/tmobjects.rb', line 243 def initialize(position) @position = position @begun_by = [] @ended_by = [] end |