Skip to content

Instantly share code, notes, and snippets.

@uday-rayala
Created March 9, 2017 15:23
Show Gist options
  • Save uday-rayala/d4ee1cbacb5b07e05ddb84c041061a45 to your computer and use it in GitHub Desktop.
Save uday-rayala/d4ee1cbacb5b07e05ddb84c041061a45 to your computer and use it in GitHub Desktop.
LocalPricingEngine
class LocalPricingEngine
def estimate(param1, param2, param3)
...
PriceEstimate.new(..)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment