class SlideHero::Note
Attributes
text[R]
Public Class Methods
new(text)
click to toggle source
# File lib/slide_hero/note.rb, line 5 def initialize(text) @text = text end
# File lib/slide_hero/note.rb, line 5 def initialize(text) @text = text end