diff --git a/web/_site/doc/en/bytecode-compiler/generator/index.html b/web/_site/doc/en/bytecode-compiler/generator/index.html index 2b268cb060..5fab44881c 100644 --- a/web/_site/doc/en/bytecode-compiler/generator/index.html +++ b/web/_site/doc/en/bytecode-compiler/generator/index.html @@ -130,7 +130,7 @@

Generator

A Generator provides a pure-Ruby DSL for generating Rubinius bytecode. At its core, the Generator provides methods that map directly to -Rubinius Instructions. For instance, +Rubinius Instructions. For instance, to create an instruction to push a nil onto the stack, you could call the method push_nil on a Generator instance.

@@ -229,7 +229,7 @@

Files Referenced