Class: TRuby::CodeEmitter::Ruby34

Inherits:
Ruby31 show all
Defined in:
lib/t_ruby/code_emitter.rb

Overview

Ruby 3.4+ emitter - supports ‘it` implicit block parameter

Direct Known Subclasses

Ruby40

Instance Attribute Summary

Attributes inherited from Base

#version

Instance Method Summary collapse

Methods inherited from Ruby31

#transform_block_forwarding

Methods inherited from Base

#initialize, #numbered_params_error?, #transform, #transform_block_forwarding, #transform_numbered_params

Constructor Details

This class inherits a constructor from TRuby::CodeEmitter::Base

Instance Method Details

#supports_it?Boolean

Returns:



163
164
165
# File 'lib/t_ruby/code_emitter.rb', line 163

def supports_it?
  true
end