aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/software_spec.rb
diff options
context:
space:
mode:
authorJack Nagel2013-09-17 21:25:38 -0500
committerJack Nagel2013-09-17 21:29:50 -0500
commitbf40e9235d30334d31929d69d682ffaf1c9cee94 (patch)
tree98526a5b7fdd22cbac4248eb42d3af313f75312f /Library/Homebrew/software_spec.rb
parentdf1447bd2e2b7cb1ee11c0aab6314b6223f1d39d (diff)
downloadhomebrew-bf40e9235d30334d31929d69d682ffaf1c9cee94.tar.bz2
Combine attr declarations
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
-rw-r--r--Library/Homebrew/software_spec.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb
index 28c4cd431..856fe4071 100644
--- a/Library/Homebrew/software_spec.rb
+++ b/Library/Homebrew/software_spec.rb
@@ -3,8 +3,7 @@ require 'checksum'
require 'version'
class SoftwareSpec
- attr_reader :checksum, :mirrors, :specs
- attr_reader :using # for auditing
+ attr_reader :checksum, :mirrors, :specs, :using
def initialize url=nil, version=nil
@url = url