0
0
Fork 0

Fix documentation

This commit is contained in:
Stormwind 2015-02-24 20:38:47 +01:00
parent 65cf4f6b15
commit 85f2627ac6
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ module Rubella
# Creates a new Rubella::Weighting::xy object. # Creates a new Rubella::Weighting::xy object.
# #
# @param buckets int must be one of 1, 2, 5, 10, 20, 50 default is 10 # @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 # @raise ArgumentError
# #
def initialize(buckets = 10) def initialize(buckets = 10)
@ -44,7 +44,7 @@ module Rubella
# every time value unit. # every time value unit.
# #
# @param input Rubella::Input An input object # @param input Rubella::Input An input object
# @return Array # @return Rubella::Storage
# #
def parse input def parse input
raise NotImplementedError "Please override 'parse' in your concrete "+ raise NotImplementedError "Please override 'parse' in your concrete "+