Guest User

Untitled

a guest
Dec 12th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.14 KB | None | 0 0
  1. module PayRoll
  2.   class << self
  3.     attr_accessor :employee_directory
  4.       def config
  5.         yield self
  6.       end
  7.     end
  8.   end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment