Returns a new instance of Set.
11 12 13 14
# File 'lib/t/set.rb', line 11 def initialize(*) @rcfile = T::RCFile.instance super end