Class: RBS::Location
- Inherits:
-
Object
- Object
- RBS::Location
- Defined in:
- lib/rigor/cache/rbs_environment_marshal_patch.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
._load(_) ⇒ Object
27 28 29 |
# File 'lib/rigor/cache/rbs_environment_marshal_patch.rb', line 27 def self._load(_) new(buffer: ::RBS::Buffer.new(name: "<cached>", content: ""), start_pos: 0, end_pos: 0) end |
Instance Method Details
#_dump(_) ⇒ Object
23 24 25 |
# File 'lib/rigor/cache/rbs_environment_marshal_patch.rb', line 23 def _dump(_) "" end |