# File lib/paperclip/matchers/validate_attachment_size_matcher.rb, line 34 def in range @low, @high = range.first, range.last self end