Skip to content
Snippets Groups Projects
Commit 32315c93 authored by Jack Nagel's avatar Jack Nagel
Browse files

Combine attr declarations

parent 51a487de
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment