Method: PuppetStrings::Yard::CodeObjects::DataTypeAlias#source
- Defined in:
- lib/puppet-strings/yard/code_objects/data_type_alias.rb
#source ⇒ Object
Gets the source of the code object.
44 45 46 47 |
# File 'lib/puppet-strings/yard/code_objects/data_type_alias.rb', line 44 def source # Not implemented, but would be nice! nil end |