method
new
v1_9_1_378 -
Show latest stable
-
0 notes -
Class: SimpleElement
- 1_8_6_287
- 1_8_7_72
- 1_8_7_330
- 1_9_1_378 (0)
- 1_9_2_180
- 1_9_3_125
- 1_9_3_392
- What's this?
new( params = {} )
public
Hide source
# File lib/rdoc/dot.rb, line 78 def initialize( params = {} ) @label = params['name'] ? params['name'] : '' end


