Sha256: 4c222a4e84149805dc168599290096ce75b238502242cdfa214437b745552aca
Contents?: true
Size: 229 Bytes
Versions: 15
Compression:
Stored size: 229 Bytes
Contents
command "run" do |c| c.syntax = 'brief run FILE' c.description = 'run a script in the context of the briefcase' c.action do |args, options| code = Pathname(args.first).read Brief.case.instance_eval(code) end end
Version data entries
15 entries across 15 versions & 1 rubygems