public
Fork of bmizerany/sinatra
Description: Classy web-development dressed in a DSL
Homepage: http://sinatrarb.com
Clone URL: git://github.com/JackDanger/sinatra.git
Search Repo:
explain'n
Blake Mizerany (author)
Fri Mar 28 14:38:40 -0700 2008
commit  ed0638480dc5d17d78ea20cf1a9cbe130975f6c1
tree    06647744150985f0ed5e64635cbefa129a03e36f
parent  83cba9cf07417b470e77b7de6928f58d10a65363
...
625
626
627
 
 
 
 
628
629
630
...
625
626
627
628
629
630
631
632
633
634
0
@@ -625,6 +625,10 @@ module Sinatra
0
       self.class.default_options
0
     end
0
 
0
+
0
+ ##
0
+ # Load all options given on the command line
0
+ # NOTE: Ignores --name so unit/spec tests can run individually
0
     def load_options!
0
       require 'optparse'
0
       OptionParser.new do |op|

Comments

    No one has commented yet.