Method: External::Base#another

Defined in:
lib/external/base.rb

#anotherObject

Returns another instance of self. Must be implemented in a subclass.

Raises:

  • (NotImplementedError)


121
122
123
# File 'lib/external/base.rb', line 121

def another
  raise NotImplementedError
end