Method: Inch::CLI::YardoptsHelper#yardopts_options

Defined in:
lib/inch/cli/yardopts_helper.rb

#yardopts_options(opts) ⇒ Object



38
39
40
41
# File 'lib/inch/cli/yardopts_helper.rb', line 38

def yardopts_options(opts)
  wrapper = YardoptsWrapper.new
  wrapper.add_yardoc_options(opts)
end