Commit graph

5 commits

Author SHA1 Message Date
Markus Schirp
7e670bafaa Fix zombifier require to return loaded flag
* Ruby 2.3 uses Kernel#require to expand autoloads, and autload constant
  propagation only is done on #require returning true.
* The zombifier used to return incorrect falsy/truthy values.
* This would never have happened on a static language
2016-01-24 21:08:56 +00:00
Markus Schirp
84eec1eef3 Fix ordering of attributes
* Unless there is a good reason against these should be alphabetic
2015-11-15 20:13:48 +00:00
Markus Schirp
e8a9b6f485 Fix rubocop warnings (that I wish where errors) 2015-06-14 23:56:10 +00:00
Markus Schirp
4d7c19ac47 Fix spelling 2015-06-13 05:09:18 +00:00
Markus Schirp
c56ecdb51a Reduce zombifier
* And add a full specification
2015-06-13 04:04:15 +00:00