#desc "An inline function" do # it "can be called" do # TestInlineFunction(1, 2, 3).should == 1 + 2 + 3 # end #end