Hi,

Nobuyoshi Nakada wrote:
> The point is, such internally called methods should be public
> or can be private.  I thought `internally' means that the
> visibility is not important, because they were actually ignored
> at the calls.  But it might be wrong, especially it seems
> problematic that global functions can affect them

Hmm should we make _load public instead?