Sha256: 0506860cc28cce66adaece9a8987dd867a874bfb7d9718e6df3598854c841393

Contents?: true

Size: 218 Bytes

Versions: 4

Compression:

Stored size: 218 Bytes

Contents

require 'shellopts/idr.rb'

module ShellOpts
  module Idr
    # Generates an Idr::Program from an Ast::Program object
    def self.generate(ast, messenger)
      Idr::Program.new(ast, messenger)
    end
  end
end




Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
shellopts-2.0.0.pre.4 lib/shellopts/generator.rb
shellopts-2.0.0.pre.3 lib/shellopts/generator.rb
shellopts-2.0.0.pre.2 lib/shellopts/generator.rb
shellopts-2.0.0.pre.1 lib/shellopts/generator.rb