sleepy_penguin.git  about / heads / tags
Linux I/O events for Ruby
blob c4eac6b217fe63b8fefd2c690ad23d3ebf6c0d89 168 bytes (raw)
$ git show v1.4.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.4.0
  SLEEPY_PENGUIN_VERSION = '1.4.0'
end
require 'sleepy_penguin_ext'

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