Method: Sub#base
- Defined in:
- lib/sub/app.rb
#base ⇒ Object
102 103 104 |
# File 'lib/sub/app.rb', line 102 def base url || ENV['SUB_BASE_URL'] || ENV['SVN'] || DEFAULT_BASE_URL end |
102 103 104 |
# File 'lib/sub/app.rb', line 102 def base url || ENV['SUB_BASE_URL'] || ENV['SVN'] || DEFAULT_BASE_URL end |