Guest User

Untitled

a guest
Jul 18th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. class ExclusiveScope
  2. def initialize parent_scope, options = nil
  3. options.nil? ? super(parent_scope) : super(parent_scope, options)
  4. end
  5. end
Add Comment
Please, Sign In to add comment