Sha256: 7a016a29173a526025e1db097e647de510fd6bf14db39aac7ae099853cd96bc6

Contents?: true

Size: 255 Bytes

Versions: 2

Compression:

Stored size: 255 Bytes

Contents

module Alf
  module Command
    class Exec < Alf::Command()
      include Command
      
      def execute(args)
        Reader.alf(args.first || $stdin, requester.environment)
      end
      
    end # class Exec
  end # module Command
end # module Alf

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
alf-0.10.1 lib/alf/command/exec.rb
alf-0.10.0 lib/alf/command/exec.rb