Method: PuppetStrings::Yard::CodeObjects::DataTypeAlias#source

Defined in:
lib/puppet-strings/yard/code_objects/data_type_alias.rb

#sourceObject

Gets the source of the code object.

Returns:

  • Returns 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