Module: ProcParser

Defined in:
lib/factory_strategist/proc_parser.rb

Overview

module to get parsed proc as string the codes in this file are based on secret-garden.hatenablog.com/entry/2019/09/08/145037 by @osyo-manga

Constant Summary collapse

ELEMENTS =
%i[
  magic
  major_version
  minor_version
  format_type
  misc
  label
  path
  absolute_path
  first_lineno
  type
  locals
  args
  catch_table
  bytecode
].freeze