Exception: Yast::Break Deprecated

Inherits:
StandardError
  • Object
show all
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

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