Sha256: 3ce4d60a4e7020fd30a58e6d5e09bf382017b8e6ebaa5e94de7a1da1a65891e9
Contents?: true
Size: 246 Bytes
Versions: 1
Compression:
Stored size: 246 Bytes
Contents
require "pry" module PrySingular module Slop def parse_singular_method_command(command) method, args = command.split(" ", 2) "#{method} #{args.delete(" ")}" end module_function :parse_singular_method_command end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pry-singular-0.1.8 | lib/pry-singular/slop.rb |