bin/sug in piedesaint-0.1.2 vs bin/sug in piedesaint-0.1.3
- old
+ new
@@ -3,6 +3,6 @@
require 'piedesaint'
require 'piedesaint/cli'
cli = Piedesaint::CLI.new
cli.execute if ARGV.length == 0
-cli.send ARGV.shift, ARGV if ARGV.length >= 1
+cli.public_send ARGV.shift, ARGV if ARGV.length >= 1
\ No newline at end of file