Ruby Explorer
Share Link:
Compiler Options
inline_const_cache
peephole_optimization
tailcall_optimization
specialized_instruction
operands_unification
instructions_unification
stack_caching
frozen_string_literal
debug_frozen_string_literal
coverage_enabled
Code & Instructions
xxxxxxxxxx
1
def
greet
(
name
)
2
puts
"hello #{
name
}"
3
end
4
5
greet
(
"World"
)
6
7
123
*
456
Result
stdout