class GitHub::Markup::Implementation

def match?(filename)

def match?(filename)
  file_ext_regexp =~ filename
end