Displaying 1 result from an estimated 1 matches for "sms_chat".
Did you mean:
smp_chan
2007 Aug 09
7
Modules in lib not follwing naming convension
Hej! Okey i have a problem, i have earlier written a set of classes in
ruby implementing a msrp chat client and now im trying to use it in my
rails app.
The msrp implementation consists of several files and most of the
functions and classes in those files ar encapsulated in a module lets
call it X. so for instance they look like this
header.rb
module X
class Z
...
end
end
The problem now