./lib/overload/r.rb in lux-fw-0.1.35 vs ./lib/overload/r.rb in lux-fw-0.2.1
- old
+ new
@@ -45,9 +45,14 @@
dump.push ['Uniqe from parent simple', object.class.instance_methods(false)]
r dump
end
+ def rr! what
+ print "\e[H\e[2J\e[3J" # clear osx screen :)
+ rr what
+ end
+
def instance_variables_hash
Hash[instance_variables.map { |name| [name, instance_variable_get(name)] } ]
end
end
\ No newline at end of file