freerange / mocha

A mocking and stubbing library for Ruby
https://mocha.jamesmead.org
Other
1.23k stars 158 forks source link

Consider using Ruby v1.9 hash syntax in `Hash#mocha_inspect` #651

Open floehopper opened 5 months ago

floehopper commented 5 months ago

We're still using the hash rocket style here whereas we've already changed the code and the documentation.

Are there any reasons not to make this change? Perhaps it makes the distinction between a keyword-style hash and a normal hash less clear...?