class YardJunk::Janitor::YardOptions::Internal
The easiest way to think like Yardoc is to become Yardoc, you know.
Attributes
option_args[R]
Public Instance Methods
optparse(*args)
click to toggle source
Calls superclass method
# File lib/yard-junk/janitor/yard_options.rb, line 44 def optparse(*args) # remember all passed options... @all_args = args super end
parse_files(*args)
click to toggle source
Calls superclass method
# File lib/yard-junk/janitor/yard_options.rb, line 50 def parse_files(*args) # ...and substract what left after they were parsed as options, and only files left @option_args = @all_args - args super end