Method: Castaway::Range#initialize
- Defined in:
- lib/castaway/range.rb
#initialize(production) ⇒ Range
Returns a new instance of Range.
31 32 33 34 35 |
# File 'lib/castaway/range.rb', line 31 def initialize(production) @production = production @start_frame = 0 self.end_time = production.duration end |