Class: C

Inherits:
Object
  • Object
show all
Defined in:
app/frame.rb

Overview

:nodoc

Instance Method Summary collapse

Constructor Details

#initialize(opts) ⇒ C

Returns a new instance of C.



293
294
295
# File 'app/frame.rb', line 293

def initialize(opts)
    print_stack_trace(RubyVM::Frame::get, opts)
end