class Srgs::Example
Attributes
text[RW]
Public Class Methods
new(text)
click to toggle source
# File lib/srgs/elements/example.rb, line 6 def initialize(text) @text = text end