Closed ghost closed 8 years ago
Explanations:
Subclassing an anonymous struct creates an extra anonymous class that will never be used.
match["\s"]
is a typo, you mean match['\s']
, right? Otherwise I perfer match[' ']
over match["\s"]
../example_runner ./source
shows the rspec example has been broken., may dup #110 Notes:
middleman build
to rebuild the static website files../example_runner ./source
). But it failed becasue some incompatible gem upgraded(like fluxmock 1.9.x -> 2.0.x, etc). Should I fix this in another PR or just let it go?awesomeness. I'll try to merge this soon!
Thanks a lot!