class Fixnum
Public Instance Methods
positive?()
click to toggle source
# File lib/diff/lcs/backports.rb, line 5 def positive? self > 0 end
# File lib/diff/lcs/backports.rb, line 5 def positive? self > 0 end