class RubyVM::InstructionSequence

def first_line

def first_line
  self.to_a[4][:code_location][0]
end unless method_defined?(:first_line)