Mercurial > repos > other > SevenLanguagesInSevenWeeks
comparison 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 |
comparison
equal
deleted
inserted
replaced
6:a50d2fac49ce | 7:b8f4577db289 |
---|---|
569 != | 569 != |
570 instance_eval | 570 instance_eval |
571 instance_exec | 571 instance_exec |
572 __send__ | 572 __send__ |
573 __id__ | 573 __id__ |
574 false (FalseClass) | |
575 to_s | |
576 inspect | |
577 & | |
578 | | |
579 ^ | |
580 nil? | |
581 === | |
582 =~ | |
583 !~ | |
584 eql? | |
585 hash | |
586 <=> | |
587 class | |
588 singleton_class | |
589 clone | |
590 dup | |
591 taint | |
592 tainted? | |
593 untaint | |
594 untrust | |
595 untrusted? | |
596 trust | |
597 freeze | |
598 frozen? | |
599 methods | |
600 singleton_methods | |
601 protected_methods | |
602 private_methods | |
603 public_methods | |
604 instance_variables | |
605 instance_variable_get | |
606 instance_variable_set | |
607 instance_variable_defined? | |
608 remove_instance_variable | |
609 instance_of? | |
610 kind_of? | |
611 is_a? | |
612 tap | |
613 send | |
614 public_send | |
615 respond_to? | |
616 extend | |
617 display | |
618 method | |
619 public_method | |
620 singleton_method | |
621 define_singleton_method | |
622 object_id | |
623 to_enum | |
624 enum_for | |
625 == | |
626 equal? | |
627 ! | |
628 != | |
629 instance_eval | |
630 instance_exec | |
631 __send__ | |
632 __id__ | |
633 true (TrueClass) | |
634 to_s | |
635 inspect | |
636 & | |
637 | | |
638 ^ | |
639 nil? | |
640 === | |
641 =~ | |
642 !~ | |
643 eql? | |
644 hash | |
645 <=> | |
646 class | |
647 singleton_class | |
648 clone | |
649 dup | |
650 taint | |
651 tainted? | |
652 untaint | |
653 untrust | |
654 untrusted? | |
655 trust | |
656 freeze | |
657 frozen? | |
658 methods | |
659 singleton_methods | |
660 protected_methods | |
661 private_methods | |
662 public_methods | |
663 instance_variables | |
664 instance_variable_get | |
665 instance_variable_set | |
666 instance_variable_defined? | |
667 remove_instance_variable | |
668 instance_of? | |
669 kind_of? | |
670 is_a? | |
671 tap | |
672 send | |
673 public_send | |
674 respond_to? | |
675 extend | |
676 display | |
677 method | |
678 public_method | |
679 singleton_method | |
680 define_singleton_method | |
681 object_id | |
682 to_enum | |
683 enum_for | |
684 == | |
685 equal? | |
686 ! | |
687 != | |
688 instance_eval | |
689 instance_exec | |
690 __send__ | |
691 __id__ |