Slide 64
Slide 64 text
# this
puts "hello rubyconf"
# becames:
(function(Opal) {
var self = Opal.top, $scope = Opal, nil = Opal.nil,
$breaker = Opal.breaker, $slice = Opal.slice;
Opal.add_stubs(['$puts']);
return self.$puts("Hello RubyConfBr")
})(Opal);