class RspecApiDocumentation::Views::TextileExample

Constants

EXTENSION

Public Class Methods

new(example, configuration) click to toggle source
# File lib/rspec_api_documentation/views/textile_example.rb, line 6
def initialize(example, configuration)
  super
  self.template_name = "rspec_api_documentation/textile_example"
end

Public Instance Methods

extension() click to toggle source
# File lib/rspec_api_documentation/views/textile_example.rb, line 11
def extension
  EXTENSION
end