Method: Template::Spec.expand_identifier

Defined in:
lib/template/spec.rb

.expand_identifier(template_identifier) ⇒ Object



41
42
43
44
45
# File 'lib/template/spec.rb', line 41

def self.expand_identifier(template_identifier)
  path = spec_path_for_identifier template_identifier
  hash = hash_for_spec_path path
  hash_to_identifier hash
end