# File lib/github/markup/implementation.rb, line 6definitialize(regexp)
@regexp = regexpend
Public Instance Methods
load()click to toggle source
# File lib/github/markup/implementation.rb, line 10defload# no-op by defaultend
match?(filename)click to toggle source
# File lib/github/markup/implementation.rb, line 18defmatch?(filename)
file_ext_regexp=~filenameend
render(content)click to toggle source
# File lib/github/markup/implementation.rb, line 14defrender(content)
raiseNotImplementedError, "subclasses of GitHub::Markup::Implementation must define #render"end