The class PLRuby::MacAddr implement the PostgreSQL type macaddr
Convert a String to a MacAddr
# File plruby.rb, line 1242 def from_string(string, cidr = false) end
create a MacAddr from a String
# File plruby.rb, line 1251 def initialize(string) end
comparison function for 2 MacAddr objects
# File plruby.rb, line 1247 def <=>(other) end
Generated with the Darkfish Rdoc Generator 2.