class Rexle::Element
Public Instance Methods
hashed()
click to toggle source
# File lib/rexle-diff.rb, line 11 def hashed() @hash end
hashed=(num)
click to toggle source
# File lib/rexle-diff.rb, line 12 def hashed=(num) @hash = num end