Class: RBlade::CompilesPrints
- Inherits:
-
Object
- Object
- RBlade::CompilesPrints
- Defined in:
- lib/rblade/compiler/compiles_prints.rb
Instance Method Summary collapse
Instance Method Details
#compile!(tokens) ⇒ Object
3 4 5 6 |
# File 'lib/rblade/compiler/compiles_prints.rb', line 3 def compile!(tokens) compile_unsafe_prints!(tokens) compile_regular_prints!(tokens) end |