Method: Luck::Label#initialize
- Defined in:
- lib/luck/label.rb
#initialize(*args) ⇒ Label
Returns a new instance of Label.
5 6 7 8 9 |
# File 'lib/luck/label.rb', line 5 def initialize *args @alignment = :left @text = 'Label' super end |