module Octodown

Constants

VERSION

Public Class Methods

call(options) click to toggle source
# File lib/octodown.rb, line 15
def self.call(options)
  include Octodown::Support::Services

  DocumentPresenter.call options[:file], options
end
root() click to toggle source
# File lib/octodown.rb, line 21
def self.root
  Gem::Specification.find_by_name('octodown').gem_dir
end