Sha256: 6bfaae8fe3311c1267a79992a746f7364378ee0a0efe5cab86eacf7b585adf67
Contents?: true
Size: 214 Bytes
Versions: 5
Compression:
Stored size: 214 Bytes
Contents
# takes an array of command line arguments def Exemplor(args) args = args.dup if args.delete('--list') || args.delete('-l') Exemplor.examples.list(args) else exit Exemplor.examples.run(args) end end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
exemplor-3000.3.0 | lib/command.rb |
exemplor-3000.2.0 | lib/command.rb |
exemplor-3000.1.0 | lib/command.rb |
exemplor-2010.2.0 | lib/command.rb |
exemplor-2010.1.0 | lib/command.rb |