struct Admiral::StringValue
Overview
A wrapper for arguments passed to Admiral::Command.run
All methods are delegated to String
.
Defined in:
admiral/string_value.cr
Constructors
Instance Method Summary
-
#%(*args, **options)
-
#%(*args, **options, &)
-
#*(*args, **options)
-
#*(*args, **options, &)
-
#+(*args, **options)
-
#+(*args, **options, &)
-
#<=>(*args, **options)
-
#<=>(*args, **options, &)
-
#==(*args, **options)
-
#==(*args, **options, &)
-
#=~(*args, **options)
-
#=~(*args, **options, &)
-
#[](*args, **options)
-
#[](*args, **options, &)
-
#[]?(*args, **options)
-
#[]?(*args, **options, &)
-
#ascii_only?(*args, **options)
-
#ascii_only?(*args, **options, &)
-
#blank?(*args, **options)
-
#blank?(*args, **options, &)
-
#byte_at(*args, **options)
-
#byte_at(*args, **options, &)
-
#byte_at?(*args, **options)
-
#byte_at?(*args, **options, &)
-
#byte_delete_at(*args, **options)
-
#byte_delete_at(*args, **options, &)
-
#byte_index(*args, **options)
-
#byte_index(*args, **options, &)
-
#byte_index_to_char_index(*args, **options)
-
#byte_index_to_char_index(*args, **options, &)
-
#byte_slice(*args, **options)
-
#byte_slice(*args, **options, &)
-
#byte_slice?(*args, **options)
-
#byte_slice?(*args, **options, &)
-
#bytes(*args, **options)
-
#bytes(*args, **options, &)
-
#bytesize(*args, **options)
-
#bytesize(*args, **options, &)
-
#calc_excess_left(*args, **options)
-
#calc_excess_left(*args, **options, &)
-
#calc_excess_right(*args, **options)
-
#calc_excess_right(*args, **options, &)
-
#camelcase(*args, **options)
-
#camelcase(*args, **options, &)
-
#capitalize(*args, **options)
-
#capitalize(*args, **options, &)
-
#center(*args, **options)
-
#center(*args, **options, &)
-
#char_at(*args, **options)
-
#char_at(*args, **options, &)
-
#char_bytesize_at(*args, **options)
-
#char_bytesize_at(*args, **options, &)
-
#char_index_to_byte_index(*args, **options)
-
#char_index_to_byte_index(*args, **options, &)
-
#chars(*args, **options)
-
#chars(*args, **options, &)
-
#check_no_null_byte(*args, **options)
-
#check_no_null_byte(*args, **options, &)
-
#chomp(*args, **options)
-
#chomp(*args, **options, &)
-
#clone(*args, **options)
-
#clone(*args, **options, &)
-
#codepoint_at(*args, **options)
-
#codepoint_at(*args, **options, &)
-
#codepoints(*args, **options)
-
#codepoints(*args, **options, &)
-
#compare(*args, **options)
-
#compare(*args, **options, &)
-
#count(*args, **options)
-
#count(*args, **options, &)
-
#delete(*args, **options)
-
#delete(*args, **options, &)
-
#delete_at(*args, **options)
-
#delete_at(*args, **options, &)
-
#do_unicode_normalize(*args, **options)
-
#do_unicode_normalize(*args, **options, &)
-
#downcase(*args, **options)
-
#downcase(*args, **options, &)
-
#dump(*args, **options)
-
#dump(*args, **options, &)
-
#dump_char(*args, **options)
-
#dump_char(*args, **options, &)
-
#dump_hex(*args, **options)
-
#dump_hex(*args, **options, &)
-
#dump_or_inspect(*args, **options)
-
#dump_or_inspect(*args, **options, &)
-
#dump_or_inspect_char(*args, **options)
-
#dump_or_inspect_char(*args, **options, &)
-
#dump_or_inspect_unquoted(*args, **options)
-
#dump_or_inspect_unquoted(*args, **options, &)
-
#dump_unquoted(*args, **options)
-
#dump_unquoted(*args, **options, &)
-
#dup(*args, **options)
-
#dup(*args, **options, &)
-
#each_byte(*args, **options)
-
#each_byte(*args, **options, &)
-
#each_byte_index_and_char_index(*args, **options)
-
#each_byte_index_and_char_index(*args, **options, &)
-
#each_char(*args, **options)
-
#each_char(*args, **options, &)
-
#each_char_with_index(*args, **options)
-
#each_char_with_index(*args, **options, &)
-
#each_codepoint(*args, **options)
-
#each_codepoint(*args, **options, &)
-
#each_grapheme(*args, **options)
-
#each_grapheme(*args, **options, &)
-
#each_grapheme_boundary(*args, **options)
-
#each_grapheme_boundary(*args, **options, &)
-
#each_line(*args, **options)
-
#each_line(*args, **options, &)
-
#empty?(*args, **options)
-
#empty?(*args, **options, &)
-
#encode(*args, **options)
-
#encode(*args, **options, &)
-
#ends_with?(*args, **options)
-
#ends_with?(*args, **options, &)
-
#find_start_and_end(*args, **options)
-
#find_start_and_end(*args, **options, &)
-
#grapheme_size(*args, **options)
-
#grapheme_size(*args, **options, &)
-
#graphemes(*args, **options)
-
#graphemes(*args, **options, &)
-
#gsub(*args, **options)
-
#gsub(*args, **options, &)
-
#gsub_append(*args, **options)
-
#gsub_append(*args, **options, &)
-
#gsub_ascii_char(*args, **options)
-
#gsub_ascii_char(*args, **options, &)
-
#has_back_references?(*args, **options)
-
#has_back_references?(*args, **options, &)
-
#hash(*args, **options)
-
#hash(*args, **options, &)
-
#hexbytes(*args, **options)
-
#hexbytes(*args, **options, &)
-
#hexbytes?(*args, **options)
-
#hexbytes?(*args, **options, &)
-
#includes?(*args, **options)
-
#includes?(*args, **options, &)
-
#index(*args, **options)
-
#index(*args, **options, &)
-
#index!(*args, **options)
-
#index!(*args, **options, &)
-
#initialize_header(*args, **options)
-
#initialize_header(*args, **options, &)
-
#insert(*args, **options)
-
#insert(*args, **options, &)
-
#insert_impl(*args, **options)
-
#insert_impl(*args, **options, &)
-
#inspect(*args, **options)
-
#inspect(*args, **options, &)
-
#inspect_char(*args, **options)
-
#inspect_char(*args, **options, &)
-
#inspect_unquoted(*args, **options)
-
#inspect_unquoted(*args, **options, &)
-
#just(*args, **options)
-
#just(*args, **options, &)
-
#lchop(*args, **options)
-
#lchop(*args, **options, &)
-
#lchop?(*args, **options)
-
#lchop?(*args, **options, &)
-
#lines(*args, **options)
-
#lines(*args, **options, &)
-
#ljust(*args, **options)
-
#ljust(*args, **options, &)
-
#lstrip(*args, **options)
-
#lstrip(*args, **options, &)
-
#match(*args, **options)
-
#match(*args, **options, &)
-
#match!(*args, **options)
-
#match!(*args, **options, &)
-
#match_full(*args, **options)
-
#match_full(*args, **options, &)
-
#match_full!(*args, **options)
-
#match_full!(*args, **options, &)
-
#matches?(*args, **options)
-
#matches?(*args, **options, &)
-
#matches_full?(*args, **options)
-
#matches_full?(*args, **options, &)
-
#partition(*args, **options)
-
#partition(*args, **options, &)
-
#presence(*args, **options)
-
#presence(*args, **options, &)
-
#pretty_print(*args, **options)
-
#pretty_print(*args, **options, &)
-
#rchop(*args, **options)
-
#rchop(*args, **options, &)
-
#rchop?(*args, **options)
-
#rchop?(*args, **options, &)
-
#remove_excess(*args, **options)
-
#remove_excess(*args, **options, &)
-
#remove_excess_left(*args, **options)
-
#remove_excess_left(*args, **options, &)
-
#remove_excess_right(*args, **options)
-
#remove_excess_right(*args, **options, &)
-
#reverse(*args, **options)
-
#reverse(*args, **options, &)
-
#rindex(*args, **options)
-
#rindex(*args, **options, &)
-
#rindex!(*args, **options)
-
#rindex!(*args, **options, &)
-
#rjust(*args, **options)
-
#rjust(*args, **options, &)
-
#rpartition(*args, **options)
-
#rpartition(*args, **options, &)
-
#rstrip(*args, **options)
-
#rstrip(*args, **options, &)
-
#scan(*args, **options)
-
#scan(*args, **options, &)
-
#scan_backreferences(*args, **options)
-
#scan_backreferences(*args, **options, &)
-
#scrub(*args, **options)
-
#scrub(*args, **options, &)
-
#single_byte_optimizable?(*args, **options)
-
#single_byte_optimizable?(*args, **options, &)
-
#size(*args, **options)
-
#size(*args, **options, &)
-
#size_known?(*args, **options)
-
#size_known?(*args, **options, &)
-
#split(*args, **options)
-
#split(*args, **options, &)
-
#split_by_empty_separator(*args, **options)
-
#split_by_empty_separator(*args, **options, &)
-
#split_single_byte(*args, **options)
-
#split_single_byte(*args, **options, &)
-
#squeeze(*args, **options)
-
#squeeze(*args, **options, &)
-
#starts_with?(*args, **options)
-
#starts_with?(*args, **options, &)
-
#strip(*args, **options)
-
#strip(*args, **options, &)
-
#sub(*args, **options)
-
#sub(*args, **options, &)
-
#sub_append(*args, **options)
-
#sub_append(*args, **options, &)
-
#sub_index(*args, **options)
-
#sub_index(*args, **options, &)
-
#sub_range(*args, **options)
-
#sub_range(*args, **options, &)
-
#succ(*args, **options)
-
#succ(*args, **options, &)
-
#titleize(*args, **options)
-
#titleize(*args, **options, &)
-
#to_f(*args, **options)
-
#to_f(*args, **options, &)
-
#to_f32(*args, **options)
-
#to_f32(*args, **options, &)
-
#to_f32?(*args, **options)
-
#to_f32?(*args, **options, &)
-
#to_f64(*args, **options)
-
#to_f64(*args, **options, &)
-
#to_f64?(*args, **options)
-
#to_f64?(*args, **options, &)
-
#to_f?(*args, **options)
-
#to_f?(*args, **options, &)
-
#to_f_impl(*args, **options)
-
#to_f_impl(*args, **options, &)
-
#to_i(*args, **options)
-
#to_i(*args, **options, &)
-
#to_i128(*args, **options)
-
#to_i128(*args, **options, &)
-
#to_i128?(*args, **options)
-
#to_i128?(*args, **options, &)
-
#to_i16(*args, **options)
-
#to_i16(*args, **options, &)
-
#to_i16?(*args, **options)
-
#to_i16?(*args, **options, &)
-
#to_i32(*args, **options)
-
#to_i32(*args, **options, &)
-
#to_i32?(*args, **options)
-
#to_i32?(*args, **options, &)
-
#to_i64(*args, **options)
-
#to_i64(*args, **options, &)
-
#to_i64?(*args, **options)
-
#to_i64?(*args, **options, &)
-
#to_i8(*args, **options)
-
#to_i8(*args, **options, &)
-
#to_i8?(*args, **options)
-
#to_i8?(*args, **options, &)
-
#to_i?(*args, **options)
-
#to_i?(*args, **options, &)
-
#to_s(*args, **options)
-
#to_s(*args, **options, &)
-
#to_slice(*args, **options)
-
#to_slice(*args, **options, &)
-
#to_u128(*args, **options)
-
#to_u128(*args, **options, &)
-
#to_u128?(*args, **options)
-
#to_u128?(*args, **options, &)
-
#to_u16(*args, **options)
-
#to_u16(*args, **options, &)
-
#to_u16?(*args, **options)
-
#to_u16?(*args, **options, &)
-
#to_u32(*args, **options)
-
#to_u32(*args, **options, &)
-
#to_u32?(*args, **options)
-
#to_u32?(*args, **options, &)
-
#to_u64(*args, **options)
-
#to_u64(*args, **options, &)
-
#to_u64?(*args, **options)
-
#to_u64?(*args, **options, &)
-
#to_u8(*args, **options)
-
#to_u8(*args, **options, &)
-
#to_u8?(*args, **options)
-
#to_u8?(*args, **options, &)
-
#to_unsafe(*args, **options)
-
#to_unsafe(*args, **options, &)
-
#to_unsigned_info(*args, **options)
-
#to_unsigned_info(*args, **options, &)
-
#to_utf16(*args, **options)
-
#to_utf16(*args, **options, &)
-
#tr(*args, **options)
-
#tr(*args, **options, &)
-
#underscore(*args, **options)
-
#underscore(*args, **options, &)
-
#unicode_delete_at(*args, **options)
-
#unicode_delete_at(*args, **options, &)
-
#unicode_normalize(*args, **options)
-
#unicode_normalize(*args, **options, &)
-
#unicode_normalized?(*args, **options)
-
#unicode_normalized?(*args, **options, &)
-
#unsafe_byte_at(*args, **options)
-
#unsafe_byte_at(*args, **options, &)
-
#unsafe_byte_slice(*args, **options)
-
#unsafe_byte_slice(*args, **options, &)
-
#unsafe_byte_slice_string(*args, **options)
-
#unsafe_byte_slice_string(*args, **options, &)
-
#upcase(*args, **options)
-
#upcase(*args, **options, &)
-
#valid_encoding?(*args, **options)
-
#valid_encoding?(*args, **options, &)
-
#value : String
Constructor Detail
def self.
new(value : String)
#
Instance Method Detail
def
%(*args, **options)
#
def
%(*args, **options, &)
#
def
*(*args, **options)
#
def
*(*args, **options, &)
#
def
+(*args, **options)
#
def
+(*args, **options, &)
#
def
<=>(*args, **options)
#
def
<=>(*args, **options, &)
#
def
==(*args, **options)
#
def
==(*args, **options, &)
#
def
=~(*args, **options)
#
def
=~(*args, **options, &)
#
def
[](*args, **options)
#
def
[](*args, **options, &)
#
def
[]?(*args, **options)
#
def
[]?(*args, **options, &)
#
def
ascii_only?(*args, **options)
#
def
ascii_only?(*args, **options, &)
#
def
blank?(*args, **options)
#
def
blank?(*args, **options, &)
#
def
byte_at(*args, **options)
#
def
byte_at(*args, **options, &)
#
def
byte_at?(*args, **options)
#
def
byte_at?(*args, **options, &)
#
def
byte_delete_at(*args, **options)
#
def
byte_delete_at(*args, **options, &)
#
def
byte_index(*args, **options)
#
def
byte_index(*args, **options, &)
#
def
byte_index_to_char_index(*args, **options)
#
def
byte_index_to_char_index(*args, **options, &)
#
def
byte_slice(*args, **options)
#
def
byte_slice(*args, **options, &)
#
def
byte_slice?(*args, **options)
#
def
byte_slice?(*args, **options, &)
#
def
bytes(*args, **options)
#
def
bytes(*args, **options, &)
#
def
bytesize(*args, **options)
#
def
bytesize(*args, **options, &)
#
def
calc_excess_left(*args, **options)
#
def
calc_excess_left(*args, **options, &)
#
def
calc_excess_right(*args, **options)
#
def
calc_excess_right(*args, **options, &)
#
def
camelcase(*args, **options)
#
def
camelcase(*args, **options, &)
#
def
capitalize(*args, **options)
#
def
capitalize(*args, **options, &)
#
def
center(*args, **options)
#
def
center(*args, **options, &)
#
def
char_at(*args, **options)
#
def
char_at(*args, **options, &)
#
def
char_bytesize_at(*args, **options)
#
def
char_bytesize_at(*args, **options, &)
#
def
char_index_to_byte_index(*args, **options)
#
def
char_index_to_byte_index(*args, **options, &)
#
def
chars(*args, **options)
#
def
chars(*args, **options, &)
#
def
check_no_null_byte(*args, **options)
#
def
check_no_null_byte(*args, **options, &)
#
def
chomp(*args, **options)
#
def
chomp(*args, **options, &)
#
def
clone(*args, **options)
#
def
clone(*args, **options, &)
#
def
codepoint_at(*args, **options)
#
def
codepoint_at(*args, **options, &)
#
def
codepoints(*args, **options)
#
def
codepoints(*args, **options, &)
#
def
compare(*args, **options)
#
def
compare(*args, **options, &)
#
def
count(*args, **options)
#
def
count(*args, **options, &)
#
def
delete(*args, **options)
#
def
delete(*args, **options, &)
#
def
delete_at(*args, **options)
#
def
delete_at(*args, **options, &)
#
def
do_unicode_normalize(*args, **options)
#
def
do_unicode_normalize(*args, **options, &)
#
def
downcase(*args, **options)
#
def
downcase(*args, **options, &)
#
def
dump(*args, **options)
#
def
dump(*args, **options, &)
#
def
dump_char(*args, **options)
#
def
dump_char(*args, **options, &)
#
def
dump_hex(*args, **options)
#
def
dump_hex(*args, **options, &)
#
def
dump_or_inspect(*args, **options)
#
def
dump_or_inspect(*args, **options, &)
#
def
dump_or_inspect_char(*args, **options)
#
def
dump_or_inspect_char(*args, **options, &)
#
def
dump_or_inspect_unquoted(*args, **options)
#
def
dump_or_inspect_unquoted(*args, **options, &)
#
def
dump_unquoted(*args, **options)
#
def
dump_unquoted(*args, **options, &)
#
def
dup(*args, **options)
#
def
dup(*args, **options, &)
#
def
each_byte(*args, **options)
#
def
each_byte(*args, **options, &)
#
def
each_byte_index_and_char_index(*args, **options)
#
def
each_byte_index_and_char_index(*args, **options, &)
#
def
each_char(*args, **options)
#
def
each_char(*args, **options, &)
#
def
each_char_with_index(*args, **options)
#
def
each_char_with_index(*args, **options, &)
#
def
each_codepoint(*args, **options)
#
def
each_codepoint(*args, **options, &)
#
def
each_grapheme(*args, **options)
#
def
each_grapheme(*args, **options, &)
#
def
each_grapheme_boundary(*args, **options)
#
def
each_grapheme_boundary(*args, **options, &)
#
def
each_line(*args, **options)
#
def
each_line(*args, **options, &)
#
def
empty?(*args, **options)
#
def
empty?(*args, **options, &)
#
def
encode(*args, **options)
#
def
encode(*args, **options, &)
#
def
ends_with?(*args, **options)
#
def
ends_with?(*args, **options, &)
#
def
find_start_and_end(*args, **options)
#
def
find_start_and_end(*args, **options, &)
#
def
grapheme_size(*args, **options)
#
def
grapheme_size(*args, **options, &)
#
def
graphemes(*args, **options)
#
def
graphemes(*args, **options, &)
#
def
gsub(*args, **options)
#
def
gsub(*args, **options, &)
#
def
gsub_append(*args, **options)
#
def
gsub_append(*args, **options, &)
#
def
gsub_ascii_char(*args, **options)
#
def
gsub_ascii_char(*args, **options, &)
#
def
has_back_references?(*args, **options)
#
def
has_back_references?(*args, **options, &)
#
def
hash(*args, **options)
#
def
hash(*args, **options, &)
#
def
hexbytes(*args, **options)
#
def
hexbytes(*args, **options, &)
#
def
hexbytes?(*args, **options)
#
def
hexbytes?(*args, **options, &)
#
def
includes?(*args, **options)
#
def
includes?(*args, **options, &)
#
def
index(*args, **options)
#
def
index(*args, **options, &)
#
def
index!(*args, **options)
#
def
index!(*args, **options, &)
#
def
insert(*args, **options)
#
def
insert(*args, **options, &)
#
def
insert_impl(*args, **options)
#
def
insert_impl(*args, **options, &)
#
def
inspect(*args, **options)
#
def
inspect(*args, **options, &)
#
def
inspect_char(*args, **options)
#
def
inspect_char(*args, **options, &)
#
def
inspect_unquoted(*args, **options)
#
def
inspect_unquoted(*args, **options, &)
#
def
just(*args, **options)
#
def
just(*args, **options, &)
#
def
lchop(*args, **options)
#
def
lchop(*args, **options, &)
#
def
lchop?(*args, **options)
#
def
lchop?(*args, **options, &)
#
def
lines(*args, **options)
#
def
lines(*args, **options, &)
#
def
ljust(*args, **options)
#
def
ljust(*args, **options, &)
#
def
lstrip(*args, **options)
#
def
lstrip(*args, **options, &)
#
def
match(*args, **options)
#
def
match(*args, **options, &)
#
def
match!(*args, **options)
#
def
match!(*args, **options, &)
#
def
match_full(*args, **options)
#
def
match_full(*args, **options, &)
#
def
match_full!(*args, **options)
#
def
match_full!(*args, **options, &)
#
def
matches?(*args, **options)
#
def
matches?(*args, **options, &)
#
def
matches_full?(*args, **options)
#
def
matches_full?(*args, **options, &)
#
def
partition(*args, **options)
#
def
partition(*args, **options, &)
#
def
presence(*args, **options)
#
def
presence(*args, **options, &)
#
def
pretty_print(*args, **options)
#
def
pretty_print(*args, **options, &)
#
def
rchop(*args, **options)
#
def
rchop(*args, **options, &)
#
def
rchop?(*args, **options)
#
def
rchop?(*args, **options, &)
#
def
remove_excess(*args, **options)
#
def
remove_excess(*args, **options, &)
#
def
remove_excess_left(*args, **options)
#
def
remove_excess_left(*args, **options, &)
#
def
remove_excess_right(*args, **options)
#
def
remove_excess_right(*args, **options, &)
#
def
reverse(*args, **options)
#
def
reverse(*args, **options, &)
#
def
rindex(*args, **options)
#
def
rindex(*args, **options, &)
#
def
rindex!(*args, **options)
#
def
rindex!(*args, **options, &)
#
def
rjust(*args, **options)
#
def
rjust(*args, **options, &)
#
def
rpartition(*args, **options)
#
def
rpartition(*args, **options, &)
#
def
rstrip(*args, **options)
#
def
rstrip(*args, **options, &)
#
def
scan(*args, **options)
#
def
scan(*args, **options, &)
#
def
scan_backreferences(*args, **options)
#
def
scan_backreferences(*args, **options, &)
#
def
scrub(*args, **options)
#
def
scrub(*args, **options, &)
#
def
single_byte_optimizable?(*args, **options)
#
def
single_byte_optimizable?(*args, **options, &)
#
def
size(*args, **options)
#
def
size(*args, **options, &)
#
def
size_known?(*args, **options)
#
def
size_known?(*args, **options, &)
#
def
split(*args, **options)
#
def
split(*args, **options, &)
#
def
split_by_empty_separator(*args, **options)
#
def
split_by_empty_separator(*args, **options, &)
#
def
split_single_byte(*args, **options)
#
def
split_single_byte(*args, **options, &)
#
def
squeeze(*args, **options)
#
def
squeeze(*args, **options, &)
#
def
starts_with?(*args, **options)
#
def
starts_with?(*args, **options, &)
#
def
strip(*args, **options)
#
def
strip(*args, **options, &)
#
def
sub(*args, **options)
#
def
sub(*args, **options, &)
#
def
sub_append(*args, **options)
#
def
sub_append(*args, **options, &)
#
def
sub_index(*args, **options)
#
def
sub_index(*args, **options, &)
#
def
sub_range(*args, **options)
#
def
sub_range(*args, **options, &)
#
def
succ(*args, **options)
#
def
succ(*args, **options, &)
#
def
titleize(*args, **options)
#
def
titleize(*args, **options, &)
#
def
to_f(*args, **options)
#
def
to_f(*args, **options, &)
#
def
to_f32(*args, **options)
#
def
to_f32(*args, **options, &)
#
def
to_f32?(*args, **options)
#
def
to_f32?(*args, **options, &)
#
def
to_f64(*args, **options)
#
def
to_f64(*args, **options, &)
#
def
to_f64?(*args, **options)
#
def
to_f64?(*args, **options, &)
#
def
to_f?(*args, **options)
#
def
to_f?(*args, **options, &)
#
def
to_f_impl(*args, **options)
#
def
to_f_impl(*args, **options, &)
#
def
to_i(*args, **options)
#
def
to_i(*args, **options, &)
#
def
to_i128(*args, **options)
#
def
to_i128(*args, **options, &)
#
def
to_i128?(*args, **options)
#
def
to_i128?(*args, **options, &)
#
def
to_i16(*args, **options)
#
def
to_i16(*args, **options, &)
#
def
to_i16?(*args, **options)
#
def
to_i16?(*args, **options, &)
#
def
to_i32(*args, **options)
#
def
to_i32(*args, **options, &)
#
def
to_i32?(*args, **options)
#
def
to_i32?(*args, **options, &)
#
def
to_i64(*args, **options)
#
def
to_i64(*args, **options, &)
#
def
to_i64?(*args, **options)
#
def
to_i64?(*args, **options, &)
#
def
to_i8(*args, **options)
#
def
to_i8(*args, **options, &)
#
def
to_i8?(*args, **options)
#
def
to_i8?(*args, **options, &)
#
def
to_i?(*args, **options)
#
def
to_i?(*args, **options, &)
#
def
to_s(*args, **options)
#
def
to_s(*args, **options, &)
#
def
to_slice(*args, **options)
#
def
to_slice(*args, **options, &)
#
def
to_u128(*args, **options)
#
def
to_u128(*args, **options, &)
#
def
to_u128?(*args, **options)
#
def
to_u128?(*args, **options, &)
#
def
to_u16(*args, **options)
#
def
to_u16(*args, **options, &)
#
def
to_u16?(*args, **options)
#
def
to_u16?(*args, **options, &)
#
def
to_u32(*args, **options)
#
def
to_u32(*args, **options, &)
#
def
to_u32?(*args, **options)
#
def
to_u32?(*args, **options, &)
#
def
to_u64(*args, **options)
#
def
to_u64(*args, **options, &)
#
def
to_u64?(*args, **options)
#
def
to_u64?(*args, **options, &)
#
def
to_u8(*args, **options)
#
def
to_u8(*args, **options, &)
#
def
to_u8?(*args, **options)
#
def
to_u8?(*args, **options, &)
#
def
to_unsafe(*args, **options)
#
def
to_unsafe(*args, **options, &)
#
def
to_unsigned_info(*args, **options)
#
def
to_unsigned_info(*args, **options, &)
#
def
to_utf16(*args, **options)
#
def
to_utf16(*args, **options, &)
#
def
tr(*args, **options)
#
def
tr(*args, **options, &)
#
def
underscore(*args, **options)
#
def
underscore(*args, **options, &)
#
def
unicode_delete_at(*args, **options)
#
def
unicode_delete_at(*args, **options, &)
#
def
unicode_normalize(*args, **options)
#
def
unicode_normalize(*args, **options, &)
#
def
unicode_normalized?(*args, **options)
#
def
unicode_normalized?(*args, **options, &)
#
def
unsafe_byte_at(*args, **options)
#
def
unsafe_byte_at(*args, **options, &)
#
def
unsafe_byte_slice(*args, **options)
#
def
unsafe_byte_slice(*args, **options, &)
#
def
unsafe_byte_slice_string(*args, **options)
#
def
unsafe_byte_slice_string(*args, **options, &)
#
def
upcase(*args, **options)
#
def
upcase(*args, **options, &)
#
def
valid_encoding?(*args, **options)
#
def
valid_encoding?(*args, **options, &)
#