Sha256: 69bd7b207965a9234c402aec37c9931dad17b5335222d8398866f778f1b826c8
Contents?: true
Size: 310 Bytes
Versions: 5
Compression:
Stored size: 310 Bytes
Contents
# file:lib/rip/commands/debug.rb # # This file would normally live in lib/rip/commands or ~/.rip/rip-commands # # See the `Plugins` section of the README for more information. # module Rip::Commands def debug(options, *args) puts "options: #{options.inspect}" puts "args: #{args.inspect}" end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rip-0.0.4 | examples/debug.rb |
rip-0.0.5 | examples/debug.rb |
rip-0.0.3 | examples/debug.rb |
rip-0.0.2 | examples/debug.rb |
rip-0.0.1 | examples/debug.rb |