method
unshift
v5.1.7 -
Show latest stable
- Class:
Rails::Paths::Path
unshift(*paths)public
No documentation available.
# File railties/lib/rails/paths.rb, line 173
def unshift(*paths)
@paths.unshift(*paths)
end unshift(*paths)No documentation available.
# File railties/lib/rails/paths.rb, line 173
def unshift(*paths)
@paths.unshift(*paths)
end