method

output_file_for

output_file_for(guide)
private

No documentation available.

# File railties/guides/rails_guides/generator.rb, line 116
    def output_file_for(guide)
      guide.sub(GUIDES_RE, '.html')
    end