# File lib/github/markup/gem_implementation.rb, line 14 def load return if defined?(@loaded) && @loaded require gem_name @loaded = true end