class ActionviewPrecompiler::TemplateParser::FakeTemplate

Public Instance Methods

format() click to toggle source
# File lib/actionview_precompiler/template_parser.rb, line 18
def format
  nil
end
identifier() click to toggle source
# File lib/actionview_precompiler/template_parser.rb, line 10
def identifier
  "fake_template"
end
type() click to toggle source
# File lib/actionview_precompiler/template_parser.rb, line 14
def type
  nil
end