Class: String
- Inherits:
-
Object
- Object
- String
- Defined in:
- lib/jira/mixins.rb
Instance Method Summary collapse
Instance Method Details
#from_json ⇒ Object
23 24 25 26 27 |
# File 'lib/jira/mixins.rb', line 23 def from_json JSON.parse(self) rescue {} end |