instance method
install_using_checkout
Ruby on Rails 2.3.18
Last seen in v3.2.22.5 Private — implementation detail, not part of the public APISignature
install_using_checkout(options = {})
No documentation comment.
Parameters
-
optionsopt = {}
Source
# File railties/lib/commands/plugin.rb, line 247
def install_using_checkout(options = {})
svn_command :checkout, options
end
Defined in railties/lib/commands/plugin.rb line 247
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in Plugin