add missing file
This commit is contained in:
parent
4b4cdbfd31
commit
70347d4c34
|
@ -0,0 +1,5 @@
|
||||||
|
Integer.class_eval do
|
||||||
|
def to_b
|
||||||
|
!self.zero?
|
||||||
|
end
|
||||||
|
end
|
Reference in New Issue