Method: Decode::Definition#nested_name
- Defined in:
- lib/decode/definition.rb
#nested_name ⇒ Object
The name of this definition plus the nesting prefix.
76 77 78 |
# File 'lib/decode/definition.rb', line 76 def nested_name "::#{@name}" end |