mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-22 20:18:57 +08:00
7 lines
234 B
Ruby
7 lines
234 B
Ruby
# encoding: utf-8
|
|
|
|
unless defined?(Gem::DocManager.load_yardoc)
|
|
require File.expand_path(File.dirname(__FILE__) + '/yard/rubygems/specification')
|
|
require File.expand_path(File.dirname(__FILE__) + '/yard/rubygems/doc_manager')
|
|
end
|