class Tracebin::ViewEvent

Private Instance Methods

select_data() click to toggle source
# File lib/tracebin/events.rb, line 80
def select_data
  nil
end
type() click to toggle source
# File lib/tracebin/events.rb, line 76
def type
  :view
end