Method: Gruff::Net#initialize
- Defined in:
- lib/gruff/net.rb
#initialize(*args) ⇒ Net
Returns a new instance of Net.
10 11 12 13 14 |
# File 'lib/gruff/net.rb', line 10 def initialize(*args) super @hide_dots = false end |
Returns a new instance of Net.
10 11 12 13 14 |
# File 'lib/gruff/net.rb', line 10 def initialize(*args) super @hide_dots = false end |