mirror of
https://github.com/zhigang1992/RubyMotion.git
synced 2026-04-05 22:40:25 +08:00
6 lines
120 B
Ruby
6 lines
120 B
Ruby
#desc "An inline function" do
|
|
# it "can be called" do
|
|
# TestInlineFunction(1, 2, 3).should == 1 + 2 + 3
|
|
# end
|
|
#end
|