lib/polyfill/v2_4/file/class/empty_q.rb in polyfill-0.3.0 vs lib/polyfill/v2_4/file/class/empty_q.rb in polyfill-0.4.0

- old
+ new

@@ -7,17 +7,15 @@ def empty?(file_name) zero?(file_name) end end - if RUBY_VERSION < '2.4.0' - refine ::File.singleton_class do - include Method - end + refine ::File.singleton_class do + include Method + end - def self.included(base) - base.include Method - end + def self.included(base) + base.include Method end end end end end