Class YARD::CodeObjects::Proxy
In: lib/yard/code_objects/proxy.rb
Parent: Object

Methods

<=>   ==   ===   ===   class   inspect   instance_of?   is_a?   kind_of?   method_missing   new   path   respond_to?   to_s   type   type=  

External Aliases

namespace -> parent

Attributes

name  [R] 
namespace  [R] 

Public Class methods

@raise ArgumentError if namespace is not a NamespaceObject

Public Instance methods

Dispatches the method to the resolved object

@raise NoMethodError if the proxy cannot find the real object

to_s()

Alias for path

[Validate]