30 31 32 33 34 35 36
# File 'lib/code_sync.rb', line 30 def self.env Class.new do def test? false end end.new end