Parent

Class/Module Index [+]

Quicksearch

Gem::Specification

Public Instance Methods

_dump(limit) click to toggle source
Also aliased as: _dump_without_rdoc
Alias for: _dump_with_rdoc
_dump_with_rdoc(limit) click to toggle source
# File lib/yard/rubygems/specification.rb, line 29
def _dump_with_rdoc(limit)
  dmp = _dump_without_rdoc(limit)
  dmp[15] = @has_rdoc if dmp[15] == true
  dmp
end
Also aliased as: _dump
_dump_without_rdoc(limit) click to toggle source
Alias for: _dump
has_rdoc?() click to toggle source
# File lib/yard/rubygems/specification.rb, line 14
def has_rdoc?
  (@has_rdoc ||= true) && @has_rdoc != 'yard'
end
has_yardoc() click to toggle source
# File lib/yard/rubygems/specification.rb, line 9
def has_yardoc
  @has_rdoc == 'yard'
end
Also aliased as: has_yardoc?
has_yardoc=(value) click to toggle source

@since 0.5.3

# File lib/yard/rubygems/specification.rb, line 5
def has_yardoc=(value)
  @has_rdoc = value ? 'yard' : false
end
has_yardoc?() click to toggle source
Alias for: has_yardoc

[Validate]

Generated with the Darkfish Rdoc Generator 2.