Sha256: 5c39bcf07cb4b1a34e7f6906c05f30c4d4a4a4a72cb45b0ac3781407ca43274a
Contents?: true
Size: 341 Bytes
Versions: 5
Compression:
Stored size: 341 Bytes
Contents
module ToSource class Emitter # Emitter for spat when nodes class SplatWhen < self handle(Rubinius::AST::SplatWhen) private # Perform dispatch # # @return [undefined] # # @api private # def dispatch emit('*') visit(node.condition) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems