# File lib/gruff/net.rb, line 14
  def initialize(*args)
    super
    
    @hide_dots = false
    @hide_line_numbers = true
  end