mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-21 10:54:35 +08:00
10 lines
108 B
Ruby
10 lines
108 B
Ruby
class Object
|
|
def ruby_version_is(*args)
|
|
yield
|
|
end
|
|
|
|
def ruby_bug(bug, version)
|
|
yield
|
|
end
|
|
end
|