Sha256: 56cb8c09cc1f7b659ee4494026032615c2f106e96beb6d471418c0952a443656

Contents?: true

Size: 143 Bytes

Versions: 1

Compression:

Stored size: 143 Bytes

Contents

# encoding: UTF-8

module Mojito::Matchers
	
	module Environment
		
		def MODE(mode)
			proc { Mojito.mode == mode.to_sym }
		end
		
	end
	
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mojito-0.1.1 lib/mojito/matchers/environment.rb