Sha256: cc9a84067a970c14f4ca628d6ccf7a350bb6ef2e1966761c5fdd4d65d0192c1f
Contents?: true
Size: 381 Bytes
Versions: 5
Compression:
Stored size: 381 Bytes
Contents
module ToSource class Emitter # Emitter for match operator class Match3 < self handle(Rubinius::AST::Match3) private # Perform dispatch # # @return [undefined] # # @api private # def dispatch util = node visit(util.value) emit(' =~ ') visit(util.pattern) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems