Method: Milkode::Cdstk#config
- Defined in:
- lib/milkode/cdstk/cdstk.rb
#config(args, options) ⇒ Object
1040 1041 1042 1043 1044 1045 1046 |
# File 'lib/milkode/cdstk/cdstk.rb', line 1040 def config(args, ) if args.empty? config_print else config_set(args, ) end end |