Class: RBS::Namespace

Inherits:
Object
  • Object
show all
Defined in:
lib/rigor/cache/rbs_environment_marshal_patch.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

._load(string) ⇒ Object



53
54
55
# File 'lib/rigor/cache/rbs_environment_marshal_patch.rb', line 53

def self._load(string)
  parse(string)
end

Instance Method Details

#_dump(_) ⇒ Object



49
50
51
# File 'lib/rigor/cache/rbs_environment_marshal_patch.rb', line 49

def _dump(_)
  to_s
end