Fleyhe 1.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/Fleyhe.rb +1 -17
- metadata +1 -1
data/lib/Fleyhe.rb
CHANGED
@@ -152,7 +152,7 @@ module Fleyhe
|
|
152
152
|
|
153
153
|
end
|
154
154
|
|
155
|
-
module
|
155
|
+
module Data
|
156
156
|
|
157
157
|
class Database
|
158
158
|
def initialize file
|
@@ -173,19 +173,3 @@ module Fleyhe
|
|
173
173
|
|
174
174
|
|
175
175
|
end
|
176
|
-
|
177
|
-
|
178
|
-
class Evento < Fleyhe::Network::Event
|
179
|
-
def solve
|
180
|
-
puts @args
|
181
|
-
end
|
182
|
-
end
|
183
|
-
|
184
|
-
Fleyhe::Network::Listener.new
|
185
|
-
|
186
|
-
a = Fleyhe::Network::Bridge.new(TCPSocket.new("localhost",3030))
|
187
|
-
a.call "Evento", [1,2,3,4,5,6,7,8]
|
188
|
-
|
189
|
-
loop {
|
190
|
-
|
191
|
-
}
|