lib/allowance.rb in allowance-0.0.3 vs lib/allowance.rb in allowance-0.0.4
- old
+ new
@@ -1,5 +1,8 @@
require 'allowance/version'
require 'allowance/permissions'
module Allowance
+ def self.define(&blk)
+ Permissions.new(&blk)
+ end
end
- old
+ new