module Pepito
Pepito’s main namespace
Constants
- REDIS_NAMESPACE
Name for redis table
- VERSION
The current version of
Pepito
Attributes
robot[R]
Running robot @return [Pepito::Robot]
Public Class Methods
run()
click to toggle source
Initializes the robot and runs it.
# File lib/pepito.rb, line 15 def run @robot = Pepito::Robot.new @robot.run end