Sha256: dbee81ab29a1c1eb630dafb1a9aa950d244c9bfbcefd3fc8d8f9a768139aa52f
Contents?: true
Size: 292 Bytes
Versions: 1
Compression:
Stored size: 292 Bytes
Contents
module RERB # Intermediate Representation Nodes module IR class Content < Data end class RubyExpr < Data end class RubyStatement < Data end class Create < Data end class Ignore < Data end type node = Content | RubyExpr | RubyStatement | Create | Ignore end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rerb-0.1.1 | sig/rerb/ir.rbs |