class Dizby::Access::List
Public Instance Methods
matches?(addr)
click to toggle source
# File lib/dizby/access/list.rb, line 10 def matches?(addr) any? { |entry| entry.matches?(addr) } end
# File lib/dizby/access/list.rb, line 10 def matches?(addr) any? { |entry| entry.matches?(addr) } end