aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/options.rb
AgeCommit message (Expand)Author
2017-09-24Rubocop: manual rule fixes.Mike McQuaid
2016-10-02Use `module_function` for commands.Markus Reiter
2016-09-23Style/Alias: Prefer `alias`.Markus Reiter
2016-09-23Fix RuboCop CaseEquality.Markus Reiter
2015-12-27cmd/options.rb: move common code in options.rbBaptiste Fontaine
2015-08-03Core files style updates.BrewTestBot
2014-11-15Ensure that equals options get parsed properlyElliot Saba
2014-10-19Add deprecated_option to software_spec.Mike McQuaid
2014-10-19Add DeprecatedOption class.Mike McQuaid
2014-08-29Collapse iteration to a mapJack Nagel
2014-08-29Options internals no longer need to support switchesJack Nagel
2014-08-29Move handling of leading dashes to Options.createJack Nagel
2014-08-27Remove to_str from OptionJack Nagel
2014-08-20Options no longer needs deep-copy semanticsJack Nagel
2014-08-13Avoid hardcoding the class nameJack Nagel
2014-08-13Remove Options#concatJack Nagel
2014-08-13Replace Options.coerce with an alternate constructorJack Nagel
2014-08-13Remove unused branches from Options.coerceJack Nagel
2014-08-13Revert "Remove unused branches from Options.coerce"Mike McQuaid
2014-08-13Revert "Replace Options.coerce with an alternate constructor"Mike McQuaid
2014-08-12Replace Options.coerce with an alternate constructorJack Nagel
2014-08-12Remove unused branches from Options.coerceJack Nagel
2014-08-07Default to the empty string instead of nilJack Nagel
2014-07-07Merge instead of calling << in a loopJack Nagel
2014-07-03Option does not need to be ComparableJack Nagel
2014-07-01Use to_a definition from EnumerableJack Nagel
2014-07-01Always use class.name to build inspect stringsJack Nagel
2014-06-09Fix warning under Ruby 2.2Jack Nagel
2014-02-27Add set union to OptionsJack Nagel
2013-08-22Add an accessor to make the intent more clear hereJack Nagel
2013-08-22Options: ensure copies do not share the underlying collectionJack Nagel
2013-06-27Fix some #eql? correctness issuesJack Nagel
2013-06-22Use OkJson directlyJack Nagel
2013-06-07Simplify Options#inspectJack Nagel
2013-05-24Define inspect on Option and OptionsJack Nagel
2013-05-06Avoid extra array allocationsJack Nagel
2013-02-17Don't shadow outer local variableJack Nagel
2013-01-30Fix passing multiple switches as a single word to the buildJack Nagel
2013-01-26FormulaInstaller: construct new ARGV from an Options collectionJack Nagel
2013-01-26Refactor option handling internalsJack Nagel