module CoreDocs

do not use pry-doc if rbx is active if !Object.const_defined?(:RUBY_ENGINE) || RUBY_ENGINE !~ /rbx/

self.config.has_pry_doc = true

end

Constants

VERSION

Public Class Methods

load_yardoc(version) click to toggle source
# File lib/core_docs.rb, line 10
def self.load_yardoc(version)
  path = "#{File.dirname(__FILE__)}/core_docs/core_docs_#{ version }"
  YARD::Registry.load_yardoc(path)
end