Class: RBS::TypeName
- Inherits:
-
Object
- Object
- RBS::TypeName
- Defined in:
- lib/rigor/cache/rbs_environment_marshal_patch.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
._load(string) ⇒ Object
65 66 67 |
# File 'lib/rigor/cache/rbs_environment_marshal_patch.rb', line 65 def self._load(string) parse(string) end |
Instance Method Details
#_dump(_) ⇒ Object
61 62 63 |
# File 'lib/rigor/cache/rbs_environment_marshal_patch.rb', line 61 def _dump(_) to_s end |