# File lib/luck/label.rb, line 5
  def initialize *args
    @alignment = :left
    @text = 'Label'
    super
  end