Sha256: d95815c5c06fd684de4b8ba8e3c6acb1582ef8b2e4be4409fc7261119694900a

Contents?: true

Size: 118 Bytes

Versions: 7

Compression:

Stored size: 118 Bytes

Contents

class Fancy AST {
  class Node : Rubinius AST Node {
    define_method('bytecode) |g| {
      bytecode: g
    }
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
fancy-0.10.0 lib/compiler/ast/node.fy
fancy-0.9.0 lib/compiler/ast/node.fy
fancy-0.8.0 lib/compiler/ast/node.fy
fancy-0.7.0 lib/compiler/ast/node.fy
fancy-0.6.0 lib/compiler/ast/node.fy
fancy-0.5.0 lib/compiler/ast/node.fy
fancy-0.4.0 lib/compiler/ast/node.fy