mirror of
https://github.com/zhigang1992/rmq.git
synced 2026-01-12 17:52:17 +08:00
10 lines
121 B
Ruby
10 lines
121 B
Ruby
module RubyMotionQuery
|
|
VERSION = "1.3.2"
|
|
|
|
class RMQ
|
|
def version
|
|
RubyMotionQuery::VERSION
|
|
end
|
|
end
|
|
end
|