Module: Botany::Performing

Included in:
Bot
Defined in:
lib/botany/performing.rb

Instance Method Summary collapse

Instance Method Details

#performObject

Raises:



3
4
5
# File 'lib/botany/performing.rb', line 3

def perform
  raise Botany::Error, "#{self.class.name} should implement #perform"
end