]> icculus.org git repositories - duncan/yast2-ruby-bindings.git/blob - examples/ruby/Bar.rb
- Lot of fixes and support for the UI!!!
[duncan/yast2-ruby-bindings.git] / examples / ruby / Bar.rb
1 require 'yast'
2
3 module Bar
4   def self.try
5     m = YaST::Module.new("SCR")
6     return m.Execute(".target.bash", "firefox").class.to_s
7   end
8 end