Class: GitHub::Markup::Markdown

Inherits:
Implementation
  • Object
show all
Defined in:
lib/gollum-lib/markups.rb

Class Method Summary collapse

Class Method Details

.implementation_nameObject



48
49
50
# File 'lib/gollum-lib/markups.rb', line 48

def implementation_name
  @implementation_name ||= MARKDOWN_GEMS.keys.detect {|gem_name| self.new.send(:try_require, gem_name) }
end