Sha256: da2eb5041cc8f5a1585b0680b7e0c62f677d7858eab6ab46ea8bcaecaec0a25a
Contents?: true
Size: 291 Bytes
Versions: 1
Compression:
Stored size: 291 Bytes
Contents
module XMPP module Call ### meta defs begin def self.create_singleton_method(method,&block) define_singleton_method method, &block end def self.method_missing (method_name) return {:error => "invalid method or version"} end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
clone-1.0.0.beta | samples/blather/restlike/lib/blather/dsl/call.rb |