class YARD::Config

def self.arguments

Returns:
  • (Array) - arguments from commandline and yardopts file
def self.arguments
  ARGV + @yardopts
end