From 85f2627ac648dba83a37177a58bfe427f7d2ffa2 Mon Sep 17 00:00:00 2001 From: Stormwind Date: Tue, 24 Feb 2015 20:38:47 +0100 Subject: [PATCH] Fix documentation --- lib/rubella/weighting/base.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rubella/weighting/base.rb b/lib/rubella/weighting/base.rb index 4e04005..afdf847 100644 --- a/lib/rubella/weighting/base.rb +++ b/lib/rubella/weighting/base.rb @@ -17,7 +17,7 @@ module Rubella # Creates a new Rubella::Weighting::xy object. # # @param buckets int must be one of 1, 2, 5, 10, 20, 50 default is 10 - # @return Rubella::Weighting::PerValue + # @return Rubella::Weighting::Base # @raise ArgumentError # def initialize(buckets = 10) @@ -44,7 +44,7 @@ module Rubella # every time value unit. # # @param input Rubella::Input An input object - # @return Array + # @return Rubella::Storage # def parse input raise NotImplementedError "Please override 'parse' in your concrete "+