# File lib/warbler/traits.rb, line 52 def <=>(o) requires?(o) ? 1 : (o.requires?(self) ? -1 : 0) end
# File lib/warbler/traits.rb, line 56 def requires?(t) false end
[Validate]
Generated with the Darkfish Rdoc Generator 2.