Method: Template::Spec.hash_to_identifier
- Defined in:
- lib/template/spec.rb
.hash_to_identifier(template_hash) ⇒ Object
37 38 39 |
# File 'lib/template/spec.rb', line 37 def self.hash_to_identifier(template_hash) "#{template_hash[:repo]}/#{template_hash[:name]}" end |