Method: Ruber::AbstractProject#has_extension?
- Defined in:
- lib/ruber/project.rb
#has_extension?(name) ⇒ Boolean
Returns true if the project contains an extension corresponding to the name :name and false otherwise
229 230 231 |
# File 'lib/ruber/project.rb', line 229 def has_extension? name @project_extensions.has_key? name end |