Object
# File lib/sup/util.rb, line 391 def - o Hash[*self.map { |k, v| [k, v] unless o.include? k }.compact.flatten_one_level] end
# File lib/sup/util.rb, line 395 def select_by_value v=true select { |k, vv| vv == v }.map { |x| x.first } end
[Validate]
Generated with the Darkfish Rdoc Generator 2.