method

enable

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: TracePoint
enable(target: nil, target_line: nil, &blk) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File prelude.rb, line 136
  def enable target: nil, target_line: nil, &blk
    self.__enable target, target_line, &blk
  end
Register or log in to add new notes.