Method: External::Base#another
- Defined in:
- lib/external/base.rb
#another ⇒ Object
Returns another instance of self. Must be implemented in a subclass.
121 122 123 |
# File 'lib/external/base.rb', line 121 def another raise NotImplementedError end |