Sha256: f07aa5a31a2240e93e51d7a827d7771cd7c29a01d9fab8967f47d185e98cae51

Contents?: true

Size: 167 Bytes

Versions: 11

Compression:

Stored size: 167 Bytes

Contents

class Fancy
  class AST

    class HashLiteral < Rubinius::AST::HashLiteral
      def initialize(line, *array)
        super(line, array)
      end
    end

  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
fancy-0.10.0 boot/rbx-compiler/compiler/ast/hash_literal.rb
fancy-0.9.0 boot/rbx-compiler/compiler/ast/hash_literal.rb
fancy-0.8.0 boot/rbx-compiler/compiler/ast/hash_literal.rb
fancy-0.7.0 boot/rbx-compiler/compiler/ast/hash_literal.rb
fancy-0.6.0 boot/rbx-compiler/compiler/ast/hash_literal.rb
fancy-0.5.0 boot/rbx-compiler/compiler/ast/hash_literal.rb
fancy-0.4.0 boot/rbx-compiler/compiler/ast/hash_literal.rb
fancy-0.3.3 boot/rbx-compiler/compiler/ast/hash_literal.rb
fancy-0.3.2 boot/rbx-compiler/compiler/ast/hash_literal.rb
fancy-0.3.1 boot/rbx-compiler/compiler/ast/hash_literal.rb
fancy-0.3.0 boot/rbx-compiler/compiler/ast/hash_literal.rb