# File lib/luck/button.rb, line 16
  def handle_click button, modifiers, x, y
    handler.call self, @text if button == :left && handler
  end