Module: Ruuuby::Feature::Includable::ObjectF06
- Included in:
- Object
- Defined in:
- lib/ruuuby/class/obj.rb
Overview
defines the operations needed to support Feature(f06) that are applied to Class(Object)
Instance Method Summary collapse
- #๐arysโ(args, normalization_checks = :none) ⇒ Object
- #๐aryโ(arg_name, arg, normalization_checks = :none) ⇒ Object
- #๐boolsโ(args) ⇒ Object
- #๐boolโ(arg_name, arg) ⇒ Object
- #๐fltsโ(args, normalization_checks = :none) ⇒ Object
- #๐fltโ(arg_name, arg, normalization_checks = :none) ⇒ Object
- #๐hshsโ(args) ⇒ Object
- #๐hshโ(arg_name, arg) ⇒ Object
- #๐intsโ(args, normalization_checks = :none) ⇒ Object
- #๐intโ(arg_name, arg, normalization_checks = :none) ⇒ Object
- #๐matrixโ(arg_name, arg) ⇒ Object
- #๐numsโ(args, normalization_checks = :none) ⇒ Object
- #๐numโ(arg_name, arg, normalization_checks = :none) ⇒ Object
- #๐setsโ(args) ⇒ Object
- #๐setโ(arg_name, arg) ⇒ Object
- #๐strsโ(args, normalization_checks = :none) ⇒ Object
- #๐strโ(arg_name, arg, normalization_checks = :none) ⇒ Object
- #๐symsโ(args, normalization_checks = :none) ⇒ Object
- #๐symโ(arg_name, arg, normalization_checks = :none) ⇒ Object
- #๐vecโ(arg_name, arg) ⇒ Object
Instance Method Details
#๐arysโ(args, normalization_checks = :none) ⇒ Object
222 223 224 225 226 227 228 229 230 231 232 |
# File 'lib/ruuuby/class/obj.rb', line 222 def |
#๐aryโ(arg_name, arg, normalization_checks = :none) ⇒ Object
210 211 212 213 214 215 216 |
# File 'lib/ruuuby/class/obj.rb', line 210 def |
#๐fltsโ(args, normalization_checks = :none) ⇒ Object
164 165 166 167 168 169 170 171 172 173 174 |
# File 'lib/ruuuby/class/obj.rb', line 164 def |
#๐fltโ(arg_name, arg, normalization_checks = :none) ⇒ Object
152 153 154 155 156 157 158 |
# File 'lib/ruuuby/class/obj.rb', line 152 def |
#๐intsโ(args, normalization_checks = :none) ⇒ Object
135 136 137 138 139 140 141 142 143 144 145 |
# File 'lib/ruuuby/class/obj.rb', line 135 def |
#๐intโ(arg_name, arg, normalization_checks = :none) ⇒ Object
123 124 125 126 127 128 129 |
# File 'lib/ruuuby/class/obj.rb', line 123 def |
#๐numsโ(args, normalization_checks = :none) ⇒ Object
193 194 195 196 197 198 199 200 201 202 203 |
# File 'lib/ruuuby/class/obj.rb', line 193 def |
#๐numโ(arg_name, arg, normalization_checks = :none) ⇒ Object
181 182 183 184 185 186 187 |
# File 'lib/ruuuby/class/obj.rb', line 181 def |
#๐strsโ(args, normalization_checks = :none) ⇒ Object
91 92 93 94 95 96 97 98 99 100 101 |
# File 'lib/ruuuby/class/obj.rb', line 91 def |
#๐strโ(arg_name, arg, normalization_checks = :none) ⇒ Object
79 80 81 82 83 84 85 |
# File 'lib/ruuuby/class/obj.rb', line 79 def |
#๐symsโ(args, normalization_checks = :none) ⇒ Object
47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/ruuuby/class/obj.rb', line 47 def |
#๐symโ(arg_name, arg, normalization_checks = :none) ⇒ Object
35 36 37 38 39 40 41 |
# File 'lib/ruuuby/class/obj.rb', line 35 def |