diff options
author | Gibheer <gibheer@gmail.com> | 2013-01-28 15:49:53 +0100 |
---|---|---|
committer | Gibheer <gibheer@gmail.com> | 2013-01-28 15:49:53 +0100 |
commit | b317b05f90865e1e32d0bf3516cef58c54a2fc9b (patch) | |
tree | 82e07457bc9cd44157434b2056f392373674a85e /lib/zero.rb | |
parent | 001f9ebf772e2233e69055c66c405f9213dcd2c7 (diff) |
use new api of class_options
Diffstat (limited to 'lib/zero.rb')
-rw-r--r-- | lib/zero.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/zero.rb b/lib/zero.rb index d1f3d9a..22bd30c 100644 --- a/lib/zero.rb +++ b/lib/zero.rb @@ -2,6 +2,7 @@ if RUBY_VERSION <= '1.9' require 'zero_fix18' end + require 'class_options' module Zero |