Constants
INTERNAL | = | ' |
| |
RUBY_STDLIB | = | RbConfig::CONFIG["rubylibdir"] | ||
SEQUEL_LIB_PATH | = | (File.expand_path('../../..', __FILE__) + '/').freeze |
Public Instance methods
clone(opts = nil || (return self))
Include provenance information when cloning datasets.
[show source]
# File lib/sequel/extensions/provenance.rb 45 def clone(opts = nil || (return self)) 46 super(provenance_opts(opts)) 47 end