class Erb::Generators::Base

:nodoc:

def filename_with_extensions(name)

def filename_with_extensions(name)
  [name, format, handler].compact.join(".")
end

def format

def format
  :html
end

def handler

def handler
  :erb
end