Method: Lecture::Slide::Base#initialize
- Defined in:
- lib/lecture/slide/base.rb
#initialize(content:, **options) ⇒ Base
Returns a new instance of Base.
16 17 18 19 |
# File 'lib/lecture/slide/base.rb', line 16 def initialize(content:, **) @content = content = .with_indifferent_access end |