module Kernel
Public Instance Methods
require_with_record(file)
click to toggle source
# File lib/vendor/thor/bin/rake2thor, line 16 def require_with_record(file) $requires << file if caller[1] =~ /rake2thor:/ require_without_record file end
Also aliased as: require