Module: Taza

Defined in:
lib/taza.rb,
lib/taza/flow.rb,
lib/taza/page.rb,
lib/taza/site.rb,
lib/taza/entity.rb,
lib/taza/browser.rb,
lib/taza/fixture.rb,
lib/taza/settings.rb

Defined Under Namespace

Modules: Fixtures Classes: Browser, Entity, FakeBrowser, FilterError, Fixture, Flow, Page, Settings, Site

Constant Summary collapse

VERSION =
'0.8.1'

Class Method Summary collapse

Class Method Details

.osx?Boolean

Returns:

  • (Boolean)


19
20
21
# File 'lib/taza.rb', line 19

def self.osx?
  PLATFORM.include?("darwin")
end

.windows?Boolean

Returns:

  • (Boolean)


16
17
18
# File 'lib/taza.rb', line 16

def self.windows?
  PLATFORM.include?("mswin")  
end