summaryrefslogtreecommitdiff
path: root/lib/nasty.rb
blob: 740ae32fa3ba87cd836745abea4005a810ee5dac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require "nasty/background_job"
require "nasty/command"
require "nasty/composite_command"
require "nasty/expose_binding"
require "nasty/kernel"
require "nasty/log"
require "nasty/object"
require "nasty/lambda_behaviours"
require "nasty/version"

module Nasty
  # Your code goes here...
end