TrailingWhitespace 'cop' fix

This commit is contained in:
Karl Freeman 2013-12-28 18:14:15 +00:00
parent bf327c17b7
commit a31aa5d8be
13 changed files with 20 additions and 20 deletions

View file

@ -2,7 +2,7 @@ require 'active_support/core_ext/object/inclusion'
module Middleman
module Sitemap
# Code adapted from https://github.com/ralph/document_mapper/
module Queryable
OPERATOR_MAPPING = {
@ -146,7 +146,7 @@ class Symbol
end
OPERATORS
end
unless method_defined?(:"<=>")
def <=>(other)
self.to_s <=> other.to_s