Sha256: a06d40f249593631861eef36af6a0cf90a61a3bd7675cbf9a4379016aa2a4e1c

Contents?: true

Size: 151 Bytes

Versions: 1

Compression:

Stored size: 151 Bytes

Contents

require "anypow/version"
require "anypow/app"

module Anypow
  def self.ruby_18?
    defined?(RUBY_VERSION) and RUBY_VERSION =~ /^1\.8\.\d+/
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
anypow-0.0.1 lib/anypow.rb