Module: Gem::Specification::AllowSettingSource
Relationships & Source Files | |
Extension / Inclusion / Inheritance Descendants | |
Included In:
| |
Defined in: | lib/bundler/rubygems_ext.rb |
Instance Attribute Summary
- #source rw
- #source=(value) rw
Instance Attribute Details
#source (rw)
[ GitHub ]# File 'lib/bundler/rubygems_ext.rb', line 87
def source (defined?(@source) && @source) || super end
#source=(value) (rw)
[ GitHub ]# File 'lib/bundler/rubygems_ext.rb', line 85
attr_writer :source