]> icculus.org git repositories - duncan/yast2-ruby-bindings.git/blob - examples/ruby/module-arch.rb
fix the method call, and learned to use the * operator in the way.
[duncan/yast2-ruby-bindings.git] / examples / ruby / module-arch.rb
1 require 'yast'
2 require 'ycp/arch'
3
4 puts YCP::Arch::sparc32
5 puts YCP::Arch::arch_short
6 puts YCP::Arch::is_xen
7