Method: AutoC::HashSet#initialize
- Defined in:
- lib/autoc/hash_set.rb
#initialize(*args, **kws) ⇒ HashSet
Returns a new instance of HashSet.
28 29 30 31 |
# File 'lib/autoc/hash_set.rb', line 28 def initialize(*args, **kws) super dependencies << _bin end |