Class: ActionviewPrecompiler::TemplateParser::FakeTemplate

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

Instance Method Summary collapse

Instance Method Details

#formatObject



16
17
18
# File 'lib/actionview_precompiler/template_parser.rb', line 16

def format
  nil
end

#identifierObject



8
9
10
# File 'lib/actionview_precompiler/template_parser.rb', line 8

def identifier
  "fake_template"
end

#typeObject



12
13
14
# File 'lib/actionview_precompiler/template_parser.rb', line 12

def type
  nil
end