sleepy_penguin.git  about / heads / tags
Linux I/O events for Ruby
blob 2691926f9bad02a63d7a7fcded2d987f7c84b2b7 168 bytes (raw)
$ git show v1.2.0:lib/sleepy_penguin.rb	# shows this blob on the CLI

1
2
3
4
5
6
7
 
# -*- encoding: binary -*-
module SleepyPenguin

  # the version of sleepy_penguin, currently 1.2.0
  SLEEPY_PENGUIN_VERSION = '1.2.0'
end
require 'sleepy_penguin_ext'

git clone https://yhbt.net/sleepy_penguin.git