Skip to content

Instantly share code, notes, and snippets.

@hsbt
Created December 4, 2018 23:47
Show Gist options
  • Save hsbt/c5414bd485a0ded879fc240d2179e5b1 to your computer and use it in GitHub Desktop.
Save hsbt/c5414bd485a0ded879fc240d2179e5b1 to your computer and use it in GitHub Desktop.
~/D/g/r/ruby (trunk) > gemsearch .load_from_binary
bootsnap-1.3.2/lib/bootsnap/compile_cache/iseq.rb: RubyVM::InstructionSequence.load_from_binary(binary)
iseq_rails_tools-0.0.9/lib/iseq_rails_tools/source_file.rb: RubyVM::InstructionSequence.load_from_binary(binary)
rabbit-slide-znz-rubykansai70-ruby230-1.0.0/rubykansai70-ruby230.rab: * RubyVM::InstructionSequence#to_binary と .load_from_binary
rhodes-6.0.11/platform/shared/ruby/iseq.c: * RubyVM::InstructionSequence.load_from_binary() method.
rhodes-6.0.11/platform/shared/ruby/iseq.c: * RubyVM::InstructionSequence.load_from_binary_extra_data(binary).
rhodes-6.0.11/platform/shared/ruby/iseq.c: * RubyVM::InstructionSequence.load_from_binary(binary) -> iseq
rhodes-6.0.11/platform/shared/ruby/iseq.c:iseqw_s_load_from_binary(VALUE self, VALUE str)
rhodes-6.0.11/platform/shared/ruby/iseq.c: * RubyVM::InstructionSequence.load_from_binary_extra_data(binary) -> str
rhodes-6.0.11/platform/shared/ruby/iseq.c:iseqw_s_load_from_binary_extra_data(VALUE self, VALUE str)
rhodes-6.0.11/platform/shared/ruby/iseq.c: rb_define_singleton_method(rb_cISeq, "load_from_binary", iseqw_s_load_from_binary, 1);
rhodes-6.0.11/platform/shared/ruby/iseq.c: rb_define_singleton_method(rb_cISeq, "load_from_binary_extra_data", iseqw_s_load_from_binary_extra_data, 1);
ruby-compiler-0.1.1/vendor/ruby/doc/ChangeLog-2.3.0: RubyVM::InstructionSequence.from_binary_format -> .load_from_binary
ruby-compiler-0.1.1/vendor/ruby/doc/ChangeLog-2.3.0: .load_from_binary_extra_data
ruby-compiler-0.1.1/vendor/ruby/doc/NEWS-2.3.0: * RubyVM::InstructionSequence.load_from_binary(binary)
ruby-compiler-0.1.1/vendor/ruby/doc/NEWS-2.3.0: * RubyVM::InstructionSequence.load_from_binary_extra_data(binary)
ruby-compiler-0.1.1/vendor/ruby/iseq.c: * RubyVM::InstructionSequence.load_from_binary() method.
ruby-compiler-0.1.1/vendor/ruby/iseq.c: * RubyVM::InstructionSequence.load_from_binary_extra_data(binary).
ruby-compiler-0.1.1/vendor/ruby/iseq.c: * RubyVM::InstructionSequence.load_from_binary(binary) -> iseq
ruby-compiler-0.1.1/vendor/ruby/iseq.c:iseqw_s_load_from_binary(VALUE self, VALUE str)
ruby-compiler-0.1.1/vendor/ruby/iseq.c: * RubyVM::InstructionSequence.load_from_binary_extra_data(binary) -> str
ruby-compiler-0.1.1/vendor/ruby/iseq.c:iseqw_s_load_from_binary_extra_data(VALUE self, VALUE str)
ruby-compiler-0.1.1/vendor/ruby/iseq.c: rb_define_singleton_method(rb_cISeq, "load_from_binary", iseqw_s_load_from_binary, 1);
ruby-compiler-0.1.1/vendor/ruby/iseq.c: rb_define_singleton_method(rb_cISeq, "load_from_binary_extra_data", iseqw_s_load_from_binary_extra_data, 1);
ruby-compiler-0.1.1/vendor/ruby/sample/iseq_loader.rb: iseq = RubyVM::InstructionSequence.load_from_binary(binary)
ruby-compiler-0.1.1/vendor/ruby/sample/iseq_loader.rb: # p [extra_data(iseq.path), RubyVM::InstructionSequence.load_from_binary_extra_data(binary)]
ruby-compiler-0.1.1/vendor/ruby/sample/iseq_loader.rb: # raise unless extra_data(iseq.path) == RubyVM::InstructionSequence.load_from_binary_extra_data(binary)
ruby-compiler-0.1.1/vendor/ruby/test/lib/iseq_loader_checker.rb: iseq = RubyVM::InstructionSequence.load_from_binary(bin)
tumblr-rb-2.1.1/lib/tumblr/post.rb: load_from_binary File.new(File.expand_path(path), "rb"), post_type
tumblr-rb-2.1.1/lib/tumblr/post.rb: def self.load_from_binary(file, post_type = nil)
vernacular-1.0.0/lib/vernacular/source_file.rb: RubyVM::InstructionSequence.load_from_binary(File.binread(iseq_path))
yomikomu-0.4.1/lib/yomikomu.rb: iseq = RubyVM::InstructionSequence.load_from_binary(binary)
yomikomu-0.4.1/lib/yomikomu.rb: # p [extra_data(iseq.path), RubyVM::InstructionSequence.load_from_binary_extra_data(binary)]
yomikomu-0.4.1/lib/yomikomu.rb: # raise unless extra_data(iseq.path) == RubyVM::InstructionSequence.load_from_binary_extra_data(binary)
~/D/g/r/ruby (trunk) >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment