Module: URI::PerfectStrangers::ClassMethods

Defined in:
lib/uri/perfect_strangers.rb

Overview

Class methods for database URI classes

Instance Method Summary collapse

Instance Method Details

#build(args) ⇒ Object



19
20
21
22
# File 'lib/uri/perfect_strangers.rb', line 19

def build(args)
  tmp = Util.make_components_hash(self, args)
  super(tmp)
end