class Tracebin::SinatraEvent

Private Instance Methods

select_data() click to toggle source
# File lib/tracebin/events.rb, line 92
def select_data
  nil
end
type() click to toggle source
# File lib/tracebin/events.rb, line 88
def type
  :route
end