Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger committed Jul 26, 2013
1 parent b63ecc7 commit b99e8a6
Show file tree
Hide file tree
Showing 18 changed files with 281 additions and 74 deletions.
16 changes: 16 additions & 0 deletions AUTHORS.md
@@ -0,0 +1,16 @@
### Authors
* Duncan Mac-Vicar <dmacvicar@suse.de>
* Josef Reidinger <jreidinger@suse.cz>

### Contributors
* Ladislav Slezak <lslezak@suse.cz>
* Martin Vidner <mvidner@suse.cz>
* Klaus Kaempf <kkaempf@suse.de>
* Stephan Kulow <coolo@suse.de>
* Jiri Suchomel <jsuchome@suse.cz>
* Arvin Schnell <aschnell@suse.de>
* David Majda <dmajda@suse.cz>

### Based on [yast2-perl-bindings](http://github.com/yast/yast-perl-bindings) which is written by
* Martin Vidner <mvidner@suse.cz>
* Stefan Hundhammer <sh@suse.de>
3 changes: 3 additions & 0 deletions src/ruby/yast/break.rb
@@ -1,4 +1,7 @@
module Yast
# Class that simulates ycp break behavior.
#
# @deprecated Go out of block with standard ruby methods
class Break < StandardError
def initialize(msg="Yast Break in a block")
super(msg)
Expand Down

0 comments on commit b99e8a6

Please sign in to comment.