Skip to content

Instantly share code, notes, and snippets.

@dwaynemac
Created December 4, 2013 19:21
Show Gist options
  • Save dwaynemac/7793780 to your computer and use it in GitHub Desktop.
Save dwaynemac/7793780 to your computer and use it in GitHub Desktop.
MyClass.stub(:metho_name) do |arg1, arg2|
"return-value-using-#{arg1}-#{arg2}-values"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment