Class: SelectRailsLog::Options
- Inherits:
-
Object
- Object
- SelectRailsLog::Options
- Extended by:
- Forwardable
- Defined in:
- lib/select_rails_log/options.rb
Direct Known Subclasses
Instance Method Summary collapse
- #fetch(key) ⇒ Object (also: #[])
-
#initialize ⇒ Options
constructor
A new instance of Options.
Constructor Details
#initialize ⇒ Options
Returns a new instance of Options.
11 12 13 |
# File 'lib/select_rails_log/options.rb', line 11 def initialize = {} end |
Instance Method Details
#fetch(key) ⇒ Object Also known as: []
15 16 17 |
# File 'lib/select_rails_log/options.rb', line 15 def fetch(key) .fetch(key) end |