Module: Sparrow::Miscel
- Included in:
- Queues::Memory, Queues::Sqlite, Runner, Server
- Defined in:
- lib/sparrow/utils.rb
Instance Method Summary collapse
- #base_dir ⇒ Object
- #log_path ⇒ Object
- #logger ⇒ Object
- #options ⇒ Object
- #options=(ob) ⇒ Object
- #pid_dir ⇒ Object
Instance Method Details
#base_dir ⇒ Object
100 101 102 |
# File 'lib/sparrow/utils.rb', line 100 def base_dir Sparrow.base_dir end |
#log_path ⇒ Object
104 105 106 |
# File 'lib/sparrow/utils.rb', line 104 def log_path Sparrow.log_path end |
#options ⇒ Object
92 93 94 |
# File 'lib/sparrow/utils.rb', line 92 def Sparrow. end |
#options=(ob) ⇒ Object
96 97 98 |
# File 'lib/sparrow/utils.rb', line 96 def (ob) Sparrow. = ob end |