module Marshal: The marshaling library converts collections of Ruby objects into a byte stream, allowing them to be stored outside the currently active script. This d| docs.ruby-lang.org
module JSON: JavaScript \Object Notation (\JSON) \JSON is a lightweight data-interchange format. tt>.| docs.ruby-lang.org
class Symbol: A +Symbol+ object represents a named identifier inside the Ruby interpreter. literals.| docs.ruby-lang.org
class String: A +String+ object has an arbitrary sequence of bytes, typically representing text or binary data. new or as literals.| docs.ruby-lang.org
class Proc: A +Proc+ object is an encapsulation of a block of code, which can be stored in a local variable, passed to a method or another Proc, and can be called| docs.ruby-lang.org