Class: Rubinius::ToolSet.current::TS::Compiler::EvalParser
- Inherits:
-
StringParser
- Object
- Stage
- Parser
- StringParser
- Rubinius::ToolSet.current::TS::Compiler::EvalParser
- Defined in:
- lib/rubinius/compiler/stages.rb
Instance Attribute Summary
Attributes inherited from Parser
Attributes inherited from Stage
Instance Method Summary collapse
Methods inherited from StringParser
Methods inherited from Parser
#add_magic_comment, #create, #default_transforms, #enable_category, #enable_transform, #initialize, #print, #root, #run
Methods inherited from Stage
#create_next_stage, #initialize, #input, #insert, next_stage, next_stage_class, #processor, #run_next, stage, stage_name
Constructor Details
This class inherits a constructor from Rubinius::ToolSet.current::TS::Compiler::Parser
Instance Method Details
#should_cache? ⇒ Boolean
249 250 251 |
# File 'lib/rubinius/compiler/stages.rb', line 249 def should_cache? @output.should_cache? end |