Class: C

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

Overview

:nodoc

Instance Method Summary collapse

Constructor Details

#initialize(a) ⇒ C

Returns a new instance of C.



286
287
288
# File 'app/frame.rb', line 286

def initialize(a)
  print_stack_trace(RubyVM::Frame::current)
end