mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-05-07 12:45:18 +08:00
10 lines
121 B
Ruby
10 lines
121 B
Ruby
module RubyMotionQuery
|
|
VERSION = "0.5.6"
|
|
|
|
class RMQ
|
|
def version
|
|
RubyMotionQuery::VERSION
|
|
end
|
|
end
|
|
end
|