nielsks (Niels Kristian)
- Login: nielsks
- Registered on: 03/15/2016
- Last sign in: 03/15/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/15/2016
-
11:27 AM Ruby Bug #12177 (Closed): Using `if:` as symbol in hash with new hash syntax in irb console is not working
- Try running **irb** and past this in:
~~~
# This works
class TestClass
@_alerts_config = {}
class << self
attr_accessor :_alerts_config
end
def self.monitor value_name, *args
self._alerts_config[value_name]...