BasicObject
Shortcut for creating a YARD::CodeObjects::Proxy via a path
@see YARD::CodeObjects::Proxy @see YARD::Registry.resolve
# File lib/yard/globals.rb, line 7 def P(namespace, name = nil, type = nil) namespace, name = nil, namespace if name.nil? YARD::Registry.resolve(namespace, name, false, true, type) end
@private
# File lib/yard/autoload.rb, line 2 def __p(path) File.join(YARD::ROOT, 'yard', *path.split('/')); end
# File lib/yard/server/templates/doc_server/library_list/html/setup.rb, line 1 def init sections :library_list, [:title, :contents] end
# File lib/yard/server/templates/default/layout/html/setup.rb, line 1 def javascripts super + %(js/autocomplete.js) end
The global {YARD::Logger} instance
@return [YARD::Logger] the global {YARD::Logger} instance @see YARD::Logger
# File lib/yard/globals.rb, line 16 def log YARD::Logger.instance end
Generated with the Darkfish Rdoc Generator 2.