Files
RubyMotion/test/spec/function_spec.rb
2012-09-10 15:36:37 +02:00

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