Libraries
»
concur
(2.1.1)
»
Index
»
Concur
»
Runnable
»
#run
Method: Concur::Runnable#run
Defined in:
lib/runnable.rb
#
run
⇒
Object
5 6 7
# File 'lib/runnable.rb', line 5
def
run
raise
"
No run method defined in your runable!
"
end