Sha256: 87ec53d74e5e2027a4a23cc2f23dcde2f8535e1dce8b8a10f96f8bf0a58667bb

Contents?: true

Size: 180 Bytes

Versions: 4

Compression:

Stored size: 180 Bytes

Contents

class Fancy
  class AST
    [ :Node, :Self, :FixnumLiteral, :NumberLiteral, :RegexLiteral, :ScopedConstant ].
      each { |n| const_set(n, Rubinius::AST.const_get(n)) }
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
fancy-0.3.3 boot/rbx-compiler/compiler/ast/node.rb
fancy-0.3.2 boot/rbx-compiler/compiler/ast/node.rb
fancy-0.3.1 boot/rbx-compiler/compiler/ast/node.rb
fancy-0.3.0 boot/rbx-compiler/compiler/ast/node.rb