Skip to content

Commit

Permalink
Reformat documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Weibull committed Aug 2, 2012
1 parent bb4850c commit f76af34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/lookout/difference/range.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
class Lookout::Difference::Range < Lookout::Difference::Object
private

# @return [::String, super] The symbol ‘∉’ unless {#actual} is a Range, {super}
# otherwise
# @return [::String, super] The symbol ‘∉’ unless {#actual} is a Range,
# {super} otherwise
def symbol; Range === actual ? super : '∉' end
end

0 comments on commit f76af34

Please sign in to comment.