Project

General

Profile

« Previous | Next » 

Revision a445b722

Added by Marc Dequènes about 13 years ago

  • ID a445b722dd8aefe49872e7748e41c333a48a4b34

[cleanup] the revenge of Mr Proper

View differences:

lib/cyborghood/cyborg/botnet/interface.rb
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#++
require 'singleton'
require 'ostruct'
module CyborgHood
module DSL
class ServerApiNode < BaseDSL
class ServerApiNode
attr_reader :bot, :node_name, :parent_node, :store
include I18nTranslation
include TaskAspect
def initialize(bot, parent_node = nil, options = {}, &block)

Also available in: Unified diff