File: C:/Ruby27-x64/share/ri/2.7.0/system/RubyVM/InstructionSequence/of-c.ri
U:RDoc::AnyMethod[iI"of:ETI"$RubyVM::InstructionSequence::of;TT:publico:RDoc::Markup::Document:@parts[
o:RDoc::Markup::Paragraph; [I"JReturns the instruction sequence containing the given proc or method.;To:RDoc::Markup::BlankLine o;
; [I"For example, using irb:;T@o:RDoc::Markup::Verbatim; [I"# a proc
;TI" > p = proc { num = 1 + 2 }
;TI")> RubyVM::InstructionSequence.of(p)
;TI"D> #=> <RubyVM::InstructionSequence:block in irb_binding@(irb)>
;TI"
;TI"# for a method
;TI"#> def foo(bar); puts bar; end
;TI"4> RubyVM::InstructionSequence.of(method(:foo))
;TI"3> #=> <RubyVM::InstructionSequence:foo@(irb)>
;T:@format0o;
; [I"Using ::compile_file:;T@o;; [I"# /tmp/iseq_of.rb
;TI"def hello
;TI" puts "hello, world"
;TI" end
;TI"
;TI"/$a_global_proc = proc { str = 'a' + 'b' }
;TI"
;TI"# in irb
;TI"!> require '/tmp/iseq_of.rb'
;TI"
;TI"# first the method hello
;TI"6> RubyVM::InstructionSequence.of(method(:hello))
;TI";> #=> #<RubyVM::InstructionSequence:0x007fb73d7cb1d0>
;TI"
;TI"# then the global proc
;TI"6> RubyVM::InstructionSequence.of($a_global_proc)
;TI":> #=> #<RubyVM::InstructionSequence:0x007fb73d7caf78>;T;
0:
@fileI"iseq.c;T:0@omit_headings_from_table_of_contents_below000[ I" (p1);T@3FI"InstructionSequence;TcRDoc::NormalClass00