Top Level Namespace

Defined Under Namespace

Modules: UsesguidMigrations

Instance Method Summary collapse

Instance Method Details

#windows?Boolean

Returns:

  • (Boolean)


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

def windows?
  !(RUBY_PLATFORM =~ /(mingw32|mswin32)/i).nil?
end