Class: Ruku::BlankSlate

Inherits:
Object
  • Object
show all
Defined in:
lib/ruku/remote.rb

Overview

Class for Remote to extend that removes most instance methods

Direct Known Subclasses

Remote

Constant Summary collapse

KEEPERS =

Keep a few basics and some YAML related methods

%w[class object_id != inspect to_yaml to_yaml_style to_yaml_properties] +
%w[taguri instance_variables instance_variable_get]