Exception: Yast::Break Deprecated
- Inherits:
-
StandardError
- Object
- StandardError
- Yast::Break
- Defined in:
- src/ruby/yast/break.rb
Overview
Deprecated.
Go out of block with standard ruby methods
Class that simulates ycp break behavior.
Instance Method Summary collapse
-
#initialize(msg = "Yast Break in a block") ⇒ Break
constructor
A new instance of Break.
Constructor Details
#initialize(msg = "Yast Break in a block") ⇒ Break
Returns a new instance of Break.
6 7 8 |
# File 'src/ruby/yast/break.rb', line 6 def initialize(msg = "Yast Break in a block") super(msg) end |