Method: ICFS::Config#load

Defined in:
lib/icfs/config.rb

#load(unam) ⇒ Boolean

Load a user configuration

Parameters:

  • unam (String)

    the user name to load

Returns:

  • (Boolean)

    if any config data was found for the user

Raises:

  • (NotImplementedError)


97
# File 'lib/icfs/config.rb', line 97

def load(unam); raise NotImplementedError; end