In Files

Files

Class/Module Index [+]

Quicksearch

Dragonfly

Public Class Methods

[](*args) click to toggle source
# File lib/dragonfly.rb, line 44
def [](*args)
  App[*args]
end
running_on_windows?() click to toggle source
# File lib/dragonfly.rb, line 55
def running_on_windows?
  ENV['OS'] && ENV['OS'].downcase == 'windows_nt'
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.