module Bond::Yard

Adds class methods to Bond

Constants

VERSION

Public Instance Methods

load_yard_gems(*gems) click to toggle source

Generates and loads completions for yardoc documented gems. @param *gems Gem(s) with optional options hash at the end @option *gems :verbose (false) Displays additional information when building yardoc. @option *gems :reload (false) Rebuilds yard databases. Use when gems have changed versions.

# File lib/bond/yard.rb, line 13
def load_yard_gems(*gems)
  Loader.load_yard_gems(*gems)
end