Class: ActionviewPrecompiler::TemplateParser::FakeTemplate

Inherits:
Object
  • Object
show all
Defined in:
lib/actionview_precompiler/template_parser.rb

Instance Method Summary collapse

Instance Method Details

#identifierObject



10
11
12
# File 'lib/actionview_precompiler/template_parser.rb', line 10

def identifier
  "fake_template"
end

#typeObject



14
15
16
# File 'lib/actionview_precompiler/template_parser.rb', line 14

def type
  nil
end