Guest User

Untitled

a guest
Jul 11th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. module DataMapper
  2. module Sanitizer
  3. alias_method :library_default_options, :default_options
  4. module_function :library_default_options
  5. def default_options
  6. opts = library_default_options.dup
Add Comment
Please, Sign In to add comment