summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Evans <[email protected]>2019-07-14 19:39:57 -0700
committerJeremy Evans <[email protected]>2019-08-05 16:14:30 -0700
commit96cec6b27741cbdeb51ea3acdeba0e813d51035f ()
treeda8020e9eb08723a140c3ecd91cad0f5ae589e1d
parent2b6441196ef32d93c7898764610a913f54f8bc32 (diff)
Document that RubyVM::InstructionSequence methods are implementation and version dependent
Fixes [Bug #6785]
-rw-r--r--iseq.c4
1 files changed, 3 insertions, 1 deletions
@@ -3456,7 +3456,9 @@ succ_index_lookup(const struct succ_index_table *sd, int x)
* Document-class: RubyVM::InstructionSequence
*
* The InstructionSequence class represents a compiled sequence of
- * instructions for the Ruby Virtual Machine.
*
* With it, you can get a handle to the instructions that make up a method or
* a proc, compile strings of Ruby code down to VM instructions, and