lib/nodes.rb in nodes-0.2.1 vs lib/nodes.rb in nodes-0.2.2

- old
+ new

@@ -1,35 +1,5 @@ -require "nodes/version" +require "nodes/engine" module Nodes - - def self.init - puts "init new nodes in the file system" - end - - def self.put - puts "put the nodes to server" - end - - def self.get - puts "get the nodes to server" - end - - def self.del - puts "delete the nodes from file system" - end - - def self.list - puts "list of nodes in the nodes" - end - - def self.size(hidden = false) - puts "size of the nodes" - end - - # - #def self.call cmd - # successfully = system(cmd) - # exit "blach" unless successfully - #end - -end \ No newline at end of file + # Your code goes here... +end