Mercurial > repos > other > SevenLanguagesInSevenWeeks
diff 1-Ruby/object-all-things-2-ruby.output @ 7:b8f4577db289
Add "false" and "true" to our OBJECT ALL THINGS list
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Mon, 02 Jan 2017 20:56:04 +0000 |
parents | a50d2fac49ce |
children |
line wrap: on
line diff
--- a/1-Ruby/object-all-things-2-ruby.output Mon Jan 02 20:45:34 2017 +0000 +++ b/1-Ruby/object-all-things-2-ruby.output Mon Jan 02 20:56:04 2017 +0000 @@ -571,3 +571,121 @@ instance_exec __send__ __id__ +false (FalseClass) + to_s + inspect + & + | + ^ + nil? + === + =~ + !~ + eql? + hash + <=> + class + singleton_class + clone + dup + taint + tainted? + untaint + untrust + untrusted? + trust + freeze + frozen? + methods + singleton_methods + protected_methods + private_methods + public_methods + instance_variables + instance_variable_get + instance_variable_set + instance_variable_defined? + remove_instance_variable + instance_of? + kind_of? + is_a? + tap + send + public_send + respond_to? + extend + display + method + public_method + singleton_method + define_singleton_method + object_id + to_enum + enum_for + == + equal? + ! + != + instance_eval + instance_exec + __send__ + __id__ +true (TrueClass) + to_s + inspect + & + | + ^ + nil? + === + =~ + !~ + eql? + hash + <=> + class + singleton_class + clone + dup + taint + tainted? + untaint + untrust + untrusted? + trust + freeze + frozen? + methods + singleton_methods + protected_methods + private_methods + public_methods + instance_variables + instance_variable_get + instance_variable_set + instance_variable_defined? + remove_instance_variable + instance_of? + kind_of? + is_a? + tap + send + public_send + respond_to? + extend + display + method + public_method + singleton_method + define_singleton_method + object_id + to_enum + enum_for + == + equal? + ! + != + instance_eval + instance_exec + __send__ + __id__