Method: Ruber::AbstractProject#extensions
- Defined in:
- lib/ruber/project.rb
#extensions ⇒ Object Also known as: project_extensions
Returns a hash having the extension names as keys and the extension objects as values.
Note: modifiying the hash doesn’t change the internal list of extensions
220 221 222 |
# File 'lib/ruber/project.rb', line 220 def extensions @project_extensions.dup end |