lib/pt/ui.rb in pt-0.1 vs lib/pt/ui.rb in pt-0.2

- old
+ new

@@ -176,10 +176,10 @@ end protected def commands - (public_methods - Object.public_methods).sort + (public_methods - Object.public_methods).sort.map{ |c| c.to_sym} end # Config def load_global_config \ No newline at end of file