class Yiban::Text
Public Class Methods
new(text)
click to toggle source
# File lib/yiban/text.rb, line 5 def initialize(text) @text = text @size = 50 end
# File lib/yiban/text.rb, line 5 def initialize(text) @text = text @size = 50 end