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