module ImportIo::RbConfig

Constants

OPTION_KEYS

Public Instance Methods

configure() { |self| ... } click to toggle source
# File lib/import_io/rb_config.rb, line 8
def configure
  yield self
  self
end