Method: LibGems::Specification.array_attributes
- Defined in:
- lib/libgems/specification.rb
.array_attributes ⇒ Object
Specification attributes that are arrays (appendable and so-forth)
148 149 150 |
# File 'lib/libgems/specification.rb', line 148 def self.array_attributes @@array_attributes.dup end |