From c2954c41d31ae1f287f1e880342fd0d28e77b626 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonne=20Ha=C3=9F?= Date: Thu, 16 Jun 2016 13:49:16 +0200 Subject: [PATCH] Update Crystal wordlist to Crystal 0.18.0 --- bot/res/crystal | 317 +++++++++++++++++++++++++++++++++++++----------- 1 file changed, 249 insertions(+), 68 deletions(-) diff --git a/bot/res/crystal b/bot/res/crystal index e359f8a..6410752 100644 --- a/bot/res/crystal +++ b/bot/res/crystal @@ -12,11 +12,9 @@ delay exit fork future -get_stack_top gets lazy loop -main p print printf @@ -197,6 +195,7 @@ BigFloat#/ BigFloat#<=> BigFloat#abs BigFloat#ceil +BigFloat#clone BigFloat#floor BigFloat#hash BigFloat#inspect @@ -230,6 +229,7 @@ BigInt#<=> BigInt#>> BigInt#^ BigInt#abs +BigInt#clone BigInt#digits BigInt#hash BigInt#inspect @@ -262,6 +262,7 @@ BigRational#<< BigRational#<=> BigRational#>> BigRational#abs +BigRational#clone BigRational#denominator BigRational#hash BigRational#inspect @@ -289,6 +290,7 @@ Bool#!= Bool#& Bool#== Bool#^ +Bool#clone Bool#hash Bool#to_json Bool#to_s @@ -299,6 +301,7 @@ Box.box Box.unbox Box.new Box#object +Bytes Channel Channel.new Channel.receive_first @@ -340,6 +343,8 @@ Channel::Unbuffered#empty? Channel::Unbuffered#full? Channel::Unbuffered#send Char +Char::MAX +Char::MAX_CODEPOINT Char::ZERO Char#!= Char#+ @@ -355,12 +360,14 @@ Char#alpha? Char#alphanumeric? Char#bytes Char#bytesize +Char#clone Char#control? Char#digit? Char#downcase Char#dump Char#each_byte Char#hash +Char#hex? Char#in_set? Char#inspect Char#lowercase? @@ -387,6 +394,8 @@ Class Class.== Class.=== Class.cast +Class.clone +Class.dup Class.from_json Class.from_yaml Class.hash @@ -397,6 +406,8 @@ Class.| Class#== Class#=== Class#cast +Class#clone +Class#dup Class#from_json Class#from_yaml Class#hash @@ -526,6 +537,7 @@ Complex#/ Complex#== Complex#abs Complex#abs2 +Complex#clone Complex#conj Complex#exp Complex#imag @@ -581,6 +593,13 @@ Crypto::Subtle Crypto::Subtle.constant_time_byte_eq Crypto::Subtle.constant_time_compare Crystal +Crystal::BUILD_COMMIT +Crystal::BUILD_DATE +Crystal::CACHE_DIR +Crystal::DEFAULT_PATH +Crystal::DESCRIPTION +Crystal::PATH +Crystal::VERSION Crystal::Macros Crystal::Macros#` Crystal::Macros#debug @@ -659,6 +678,7 @@ Crystal::Macros::HashLiteral#[] Crystal::Macros::HashLiteral#[]= Crystal::Macros::HashLiteral#empty? Crystal::Macros::HashLiteral#keys +Crystal::Macros::HashLiteral#map Crystal::Macros::HashLiteral#size Crystal::Macros::HashLiteral#to_a Crystal::Macros::HashLiteral#values @@ -692,6 +712,7 @@ Crystal::Macros::NamedTupleLiteral#[] Crystal::Macros::NamedTupleLiteral#[]= Crystal::Macros::NamedTupleLiteral#empty? Crystal::Macros::NamedTupleLiteral#keys +Crystal::Macros::NamedTupleLiteral#map Crystal::Macros::NamedTupleLiteral#size Crystal::Macros::NamedTupleLiteral#to_a Crystal::Macros::NamedTupleLiteral#values @@ -719,6 +740,11 @@ Crystal::Macros::Or Crystal::Macros::Path Crystal::Macros::Path#resolve Crystal::Macros::RangeLiteral +Crystal::Macros::RangeLiteral#begin +Crystal::Macros::RangeLiteral#end +Crystal::Macros::RangeLiteral#excludes_end? +Crystal::Macros::RangeLiteral#map +Crystal::Macros::RangeLiteral#to_a Crystal::Macros::RegexLiteral Crystal::Macros::Splat Crystal::Macros::Splat#exp @@ -771,11 +797,15 @@ Crystal::Macros::TypeDeclaration Crystal::Macros::TypeDeclaration#type Crystal::Macros::TypeDeclaration#var Crystal::Macros::TypeNode +Crystal::Macros::TypeNode#[] Crystal::Macros::TypeNode#abstract? +Crystal::Macros::TypeNode#all_subclasses Crystal::Macros::TypeNode#class +Crystal::Macros::TypeNode#constants Crystal::Macros::TypeNode#has_attribute? Crystal::Macros::TypeNode#has_constant? Crystal::Macros::TypeNode#instance_vars +Crystal::Macros::TypeNode#keys Crystal::Macros::TypeNode#methods Crystal::Macros::TypeNode#name Crystal::Macros::TypeNode#size @@ -927,6 +957,7 @@ Enum#- Enum#<=> Enum#== Enum#^ +Enum#clone Enum#hash Enum#includes? Enum#to_f32 @@ -1111,6 +1142,9 @@ Errno#errno Exception Exception.new Exception#backtrace +Exception#backtrace? +Exception#callstack +Exception#callstack= Exception#cause Exception#inspect_with_backtrace Exception#message @@ -1189,6 +1223,11 @@ File::Stat#socket? File::Stat#sticky? File::Stat#symlink? File::Stat#uid +FileUtils +FileUtils#cmp +FileUtils#cp +FileUtils#cp_r +FileUtils#rm_r Float Float.from_io Float#% @@ -1227,6 +1266,7 @@ Float32#== Float32#> Float32#>= Float32#ceil +Float32#clone Float32#floor Float32#hash Float32#round @@ -1263,6 +1303,7 @@ Float64#== Float64#> Float64#>= Float64#ceil +Float64#clone Float64#floor Float64#hash Float64#round @@ -1305,8 +1346,6 @@ Hash#== Hash#[] Hash#[]= Hash#[]? -Hash#all? -Hash#any? Hash#clear Hash#clone Hash#delete @@ -1315,11 +1354,8 @@ Hash#dup Hash#each Hash#each_key Hash#each_value -Hash#each_with_index -Hash#each_with_object Hash#empty? Hash#fetch -Hash#first Hash#first_key Hash#first_key? Hash#first_value @@ -1332,10 +1368,8 @@ Hash#key Hash#key? Hash#key_index Hash#keys -Hash#map Hash#merge Hash#merge! -Hash#reduce Hash#rehash Hash#reject Hash#reject! @@ -1344,7 +1378,6 @@ Hash#select! Hash#shift Hash#shift? Hash#size -Hash#to_a Hash#to_h Hash#to_json Hash#to_s @@ -1386,7 +1419,8 @@ HTTP::Client#post HTTP::Client#post_form HTTP::Client#put HTTP::Client#read_timeout= -HTTP::Client#ssl? +HTTP::Client#tls +HTTP::Client#tls? HTTP::Client::Response HTTP::Client::Response.from_io HTTP::Client::Response.mandatory_body? @@ -1451,6 +1485,7 @@ HTTP::Cookies#to_h HTTP::DeflateHandler HTTP::DeflateHandler#call HTTP::ErrorHandler +HTTP::ErrorHandler.new HTTP::ErrorHandler#call HTTP::Handler HTTP::Handler#call @@ -1523,8 +1558,8 @@ HTTP::Server#bind HTTP::Server#close HTTP::Server#listen HTTP::Server#port -HTTP::Server#ssl -HTTP::Server#ssl= +HTTP::Server#tls +HTTP::Server#tls= HTTP::Server::Context HTTP::Server::Context#request HTTP::Server::Context#response @@ -1537,6 +1572,7 @@ HTTP::Server::Response#flush HTTP::Server::Response#headers HTTP::Server::Response#output HTTP::Server::Response#output= +HTTP::Server::Response#respond_with_error HTTP::Server::Response#status_code HTTP::Server::Response#status_code= HTTP::Server::Response#upgrade @@ -1565,8 +1601,8 @@ HTTP::WebSocketHandler.new HTTP::WebSocketHandler#call IndexError IndexError.new -IniFile -IniFile.load +INI +INI.parse Int Int.from_io Int#% @@ -1582,6 +1618,7 @@ Int#>> Int#abs Int#bit Int#ceil +Int#chr Int#day Int#days Int#divisible_by? @@ -1642,7 +1679,7 @@ Int16#== Int16#> Int16#>= Int16#^ -Int16#chr +Int16#clone Int16#popcount Int16#to_f Int16#to_f32 @@ -1657,6 +1694,7 @@ Int16#to_u16 Int16#to_u32 Int16#to_u64 Int16#to_u8 +Int16#unsafe_chr Int16#| Int32 Int32::MAX @@ -1674,7 +1712,7 @@ Int32#== Int32#> Int32#>= Int32#^ -Int32#chr +Int32#clone Int32#popcount Int32#to_f Int32#to_f32 @@ -1689,6 +1727,7 @@ Int32#to_u16 Int32#to_u32 Int32#to_u64 Int32#to_u8 +Int32#unsafe_chr Int32#| Int64 Int64::MAX @@ -1706,7 +1745,7 @@ Int64#== Int64#> Int64#>= Int64#^ -Int64#chr +Int64#clone Int64#popcount Int64#to_f Int64#to_f32 @@ -1721,6 +1760,7 @@ Int64#to_u16 Int64#to_u32 Int64#to_u64 Int64#to_u8 +Int64#unsafe_chr Int64#| Int8 Int8::MAX @@ -1738,7 +1778,7 @@ Int8#== Int8#> Int8#>= Int8#^ -Int8#chr +Int8#clone Int8#popcount Int8#to_f Int8#to_f32 @@ -1753,6 +1793,7 @@ Int8#to_u16 Int8#to_u32 Int8#to_u64 Int8#to_u8 +Int8#unsafe_chr Int8#| InvalidByteSequenceError InvalidByteSequenceError.new @@ -1842,8 +1883,6 @@ IO::FileDescriptor#fd IO::FileDescriptor#finalize IO::FileDescriptor#pos IO::FileDescriptor#pos= -IO::FileDescriptor#read_timed_out -IO::FileDescriptor#read_timed_out= IO::FileDescriptor#read_timeout= IO::FileDescriptor#reopen IO::FileDescriptor#seek @@ -1863,7 +1902,6 @@ IO::Seek#end? IO::Seek#set? IO::Timeout IPSocket -IPSocket.getaddrinfo IPSocket#local_address IPSocket#remote_address IPSocket::DnsRequestCbArg @@ -1975,6 +2013,7 @@ JSON::PullParser#kind JSON::PullParser#on_key JSON::PullParser#on_key! JSON::PullParser#raw_value +JSON::PullParser#read? JSON::PullParser#read_array JSON::PullParser#read_array_or_null JSON::PullParser#read_begin_array @@ -2026,38 +2065,14 @@ Levenshtein::Finder.new Levenshtein::Finder#best_match Levenshtein::Finder#test LLVM -LLVM::Double -LLVM::Float -LLVM::Int1 -LLVM::Int16 -LLVM::Int32 -LLVM::Int64 -LLVM::Int8 -LLVM::SizeT -LLVM::Void -LLVM::VoidPointer -LLVM.array -LLVM.const_inline_asm -LLVM.default_target_triple -LLVM.double -LLVM.float -LLVM.init_x86 -LLVM.int -LLVM.multithreaded? -LLVM.start_multithreaded -LLVM.stop_multithreaded -LLVM.string -LLVM.string_and_dispose -LLVM.struct -LLVM.to_io LLVM::ABI LLVM::ABI.new LLVM::ABI#abi_info LLVM::ABI#align -LLVM::ABI#is_osx -LLVM::ABI#is_windows +LLVM::ABI#osx? LLVM::ABI#size LLVM::ABI#target_data +LLVM::ABI#windows? LLVM::ABI::ArgKind LLVM::ABI::ArgKind::Direct LLVM::ABI::ArgKind::Indirect @@ -2771,7 +2786,7 @@ Markdown::Parser#count_pounds Markdown::Parser#empty? Markdown::Parser#has_closing? Markdown::Parser#has_code_spaces? -Markdown::Parser#is_horizontal_rule? +Markdown::Parser#horizontal_rule? Markdown::Parser#line_is_all? Markdown::Parser#newline Markdown::Parser#next_line_is_all? @@ -2892,18 +2907,19 @@ Mutex#lock Mutex#synchronize Mutex#unlock NamedTuple +NamedTuple.from NamedTuple.new NamedTuple#== NamedTuple#[] NamedTuple#[]? NamedTuple#clone -NamedTuple#dup NamedTuple#each NamedTuple#each_key NamedTuple#each_value NamedTuple#each_with_index NamedTuple#empty? NamedTuple#fetch +NamedTuple#from NamedTuple#has_key? NamedTuple#hash NamedTuple#inspect @@ -2919,6 +2935,7 @@ NamedTuple#values Nil Nil.new Nil#== +Nil#clone Nil#hash Nil#inspect Nil#not_nil! @@ -2984,14 +3001,15 @@ OAuth2::AccessToken#refresh_token= OAuth2::AccessToken#scope OAuth2::AccessToken#scope= OAuth2::AccessToken::Bearer +OAuth2::AccessToken::Bearer.new OAuth2::AccessToken::Bearer#== OAuth2::AccessToken::Bearer#authenticate OAuth2::AccessToken::Bearer#hash OAuth2::AccessToken::Bearer#to_json OAuth2::AccessToken::Bearer#token_type OAuth2::AccessToken::Mac -OAuth2::AccessToken::Mac.signature OAuth2::AccessToken::Mac.new +OAuth2::AccessToken::Mac.signature OAuth2::AccessToken::Mac#== OAuth2::AccessToken::Mac#authenticate OAuth2::AccessToken::Mac#hash @@ -3023,6 +3041,8 @@ Object Object.== Object.=== Object.cast +Object.clone +Object.dup Object.from_json Object.from_yaml Object.hash @@ -3036,7 +3056,6 @@ Object#== Object#=== Object#=~ Object#class -Object#clone Object#crystal_type_id Object#dup Object#hash @@ -3091,8 +3110,8 @@ OpenSSL::DigestBase#to_s OpenSSL::DigestBase#update OpenSSL::Error OpenSSL::Error.new -OpenSSL::Error#err -OpenSSL::Error#err_msg +OpenSSL::Error#code +OpenSSL::Error#code? OpenSSL::HMAC OpenSSL::HMAC.digest OpenSSL::HMAC.hexdigest @@ -3104,14 +3123,89 @@ OpenSSL::SHA1 OpenSSL::SHA1.hash OpenSSL::SSL OpenSSL::SSL::Context -OpenSSL::SSL::Context.default +OpenSSL::SSL::Context::CIPHERS OpenSSL::SSL::Context.new +OpenSSL::SSL::Context#add_modes +OpenSSL::SSL::Context#add_options +OpenSSL::SSL::Context#add_x509_verify_flags +OpenSSL::SSL::Context#alpn_protocol= +OpenSSL::SSL::Context#ca_certificates= +OpenSSL::SSL::Context#ca_certificates_path= OpenSSL::SSL::Context#certificate_chain= +OpenSSL::SSL::Context#ciphers= +OpenSSL::SSL::Context#default_verify_param= OpenSSL::SSL::Context#finalize +OpenSSL::SSL::Context#modes +OpenSSL::SSL::Context#options OpenSSL::SSL::Context#private_key= +OpenSSL::SSL::Context#remove_modes +OpenSSL::SSL::Context#remove_options +OpenSSL::SSL::Context#set_default_verify_paths +OpenSSL::SSL::Context#set_tmp_ecdh_key OpenSSL::SSL::Context#to_unsafe +OpenSSL::SSL::Context#verify_mode +OpenSSL::SSL::Context#verify_mode= +OpenSSL::SSL::Context::Client +OpenSSL::SSL::Context::Client.insecure +OpenSSL::SSL::Context::Client.new +OpenSSL::SSL::Context::Server +OpenSSL::SSL::Context::Server.insecure +OpenSSL::SSL::Context::Server.new +OpenSSL::SSL::Error +OpenSSL::SSL::Error.new +OpenSSL::SSL::Error#error +OpenSSL::SSL::ErrorType +OpenSSL::SSL::ErrorType::NONE +OpenSSL::SSL::ErrorType::SSL +OpenSSL::SSL::ErrorType::SYSCALL +OpenSSL::SSL::ErrorType::WANT_ACCEPT +OpenSSL::SSL::ErrorType::WANT_CONNECT +OpenSSL::SSL::ErrorType::WANT_READ +OpenSSL::SSL::ErrorType::WANT_WRITE +OpenSSL::SSL::ErrorType::WANT_X509_LOOKUP +OpenSSL::SSL::ErrorType::ZERO_RETURN +OpenSSL::SSL::Modes +OpenSSL::SSL::Modes::ACCEPT_MOVING_WRITE_BUFFER +OpenSSL::SSL::Modes::AUTO_RETRY +OpenSSL::SSL::Modes::ENABLE_PARTIAL_WRITE +OpenSSL::SSL::Modes::NO_AUTO_CHAIN +OpenSSL::SSL::Modes::RELEASE_BUFFERS +OpenSSL::SSL::Modes::SEND_CLIENTHELLO_TIME +OpenSSL::SSL::Modes::SEND_FALLBACK_SCSV +OpenSSL::SSL::Modes::SEND_SERVERHELLO_TIME +OpenSSL::SSL::Options +OpenSSL::SSL::Options::ALL +OpenSSL::SSL::Options::ALLOW_UNSAFE_LEGACY_RENEGOTIATION +OpenSSL::SSL::Options::CIPHER_SERVER_PREFERENCE +OpenSSL::SSL::Options::CISCO_ANYCONNECT +OpenSSL::SSL::Options::COOKIE_EXCHANGE +OpenSSL::SSL::Options::CRYPTOPRO_TLSEXT_BUG +OpenSSL::SSL::Options::DONT_INSERT_EMPTY_FRAGMENTS +OpenSSL::SSL::Options::LEGACY_SERVER_CONNECT +OpenSSL::SSL::Options::MICROSOFT_BIG_SSLV3_BUFFER +OpenSSL::SSL::Options::MICROSOFT_SESS_ID_BUG +OpenSSL::SSL::Options::NETSCAPE_CA_DN_BUG +OpenSSL::SSL::Options::NETSCAPE_CHALLENGE_BUG +OpenSSL::SSL::Options::NETSCAPE_DEMO_CIPHER_CHANGE_BUG +OpenSSL::SSL::Options::NETSCAPE_REUSE_CIPHER_CHANGE_BUG +OpenSSL::SSL::Options::NO_COMPRESSION +OpenSSL::SSL::Options::NO_QUERY_MTU +OpenSSL::SSL::Options::NO_SESSION_RESUMPTION_ON_RENEGOTIATION +OpenSSL::SSL::Options::NO_SSLV2 +OpenSSL::SSL::Options::NO_SSLV3 +OpenSSL::SSL::Options::NO_TICKET +OpenSSL::SSL::Options::NO_TLSV1 +OpenSSL::SSL::Options::NO_TLSV1_1 +OpenSSL::SSL::Options::NO_TLSV1_2 +OpenSSL::SSL::Options::SAFARI_ECDHE_ECDSA_BUG +OpenSSL::SSL::Options::SINGLE_DH_USE +OpenSSL::SSL::Options::SINGLE_ECDH_USE +OpenSSL::SSL::Options::SSLEAY_080_CLIENT_DH_BUG +OpenSSL::SSL::Options::SSLREF2_REUSE_CERT_TYPE_BUG +OpenSSL::SSL::Options::TLS_BLOCK_PADDING_BUG +OpenSSL::SSL::Options::TLS_D5_BUG +OpenSSL::SSL::Options::TLS_ROLLBACK_BUG OpenSSL::SSL::Socket -OpenSSL::SSL::Socket.open_client OpenSSL::SSL::Socket.new OpenSSL::SSL::Socket#close OpenSSL::SSL::Socket#closed? @@ -3121,6 +3215,65 @@ OpenSSL::SSL::Socket#read OpenSSL::SSL::Socket#sync_close= OpenSSL::SSL::Socket#sync_close? OpenSSL::SSL::Socket#write +OpenSSL::SSL::Socket::Client +OpenSSL::SSL::Socket::Client.open +OpenSSL::SSL::Socket::Client.new +OpenSSL::SSL::Socket::Server +OpenSSL::SSL::Socket::Server.open +OpenSSL::SSL::Socket::Server.new +OpenSSL::SSL::VerifyMode +OpenSSL::SSL::VerifyMode::CLIENT_ONCE +OpenSSL::SSL::VerifyMode::FAIL_IF_NO_PEER_CERT +OpenSSL::SSL::VerifyMode::NONE +OpenSSL::SSL::VerifyMode::PEER +OpenSSL::SSL::X509VerifyFlags +OpenSSL::SSL::X509VerifyFlags::ALLOW_PROXY_CERTS +OpenSSL::SSL::X509VerifyFlags::CB_ISSUER_CHECK +OpenSSL::SSL::X509VerifyFlags::CHECK_SS_SIGNATURE +OpenSSL::SSL::X509VerifyFlags::CRL_CHECK +OpenSSL::SSL::X509VerifyFlags::CRL_CHECK_ALL +OpenSSL::SSL::X509VerifyFlags::EXPLICIT_POLICY +OpenSSL::SSL::X509VerifyFlags::EXTENDED_CRL_SUPPORT +OpenSSL::SSL::X509VerifyFlags::IGNORE_CRITICAL +OpenSSL::SSL::X509VerifyFlags::INHIBIT_ANY +OpenSSL::SSL::X509VerifyFlags::INHIBIT_MAP +OpenSSL::SSL::X509VerifyFlags::NO_ALT_CHAINS +OpenSSL::SSL::X509VerifyFlags::NOTIFY_POLICY +OpenSSL::SSL::X509VerifyFlags::PARTIAL_CHAIN +OpenSSL::SSL::X509VerifyFlags::POLICY_CHECK +OpenSSL::SSL::X509VerifyFlags::SUITEB_128_LOS +OpenSSL::SSL::X509VerifyFlags::SUITEB_128_LOS_ONLY +OpenSSL::SSL::X509VerifyFlags::SUITEB_192_LOS +OpenSSL::SSL::X509VerifyFlags::TRUSTED_FIRST +OpenSSL::SSL::X509VerifyFlags::USE_CHECK_TIME +OpenSSL::SSL::X509VerifyFlags::USE_DELTAS +OpenSSL::SSL::X509VerifyFlags::X509_STRICT +OpenSSL::X509 +OpenSSL::X509::Certificate +OpenSSL::X509::Certificate.new +OpenSSL::X509::Certificate#add_extension +OpenSSL::X509::Certificate#dup +OpenSSL::X509::Certificate#extensions +OpenSSL::X509::Certificate#finalize +OpenSSL::X509::Certificate#subject +OpenSSL::X509::Certificate#subject= +OpenSSL::X509::Certificate#to_unsafe +OpenSSL::X509::Extension +OpenSSL::X509::Extension.new +OpenSSL::X509::Extension#dup +OpenSSL::X509::Extension#finalize +OpenSSL::X509::Extension#nid +OpenSSL::X509::Extension#oid +OpenSSL::X509::Extension#to_unsafe +OpenSSL::X509::Extension#value +OpenSSL::X509::Name +OpenSSL::X509::Name.parse +OpenSSL::X509::Name.new +OpenSSL::X509::Name#add_entry +OpenSSL::X509::Name#dup +OpenSSL::X509::Name#finalize +OpenSSL::X509::Name#to_a +OpenSSL::X509::Name#to_unsafe OptionParser OptionParser.new OptionParser.parse @@ -3156,6 +3309,7 @@ Pointer#[]= Pointer#address Pointer#appender Pointer#clear +Pointer#clone Pointer#copy_from Pointer#copy_to Pointer#hash @@ -3184,17 +3338,21 @@ Proc Proc.new Proc#== Proc#=== +Proc#arity +Proc#call +Proc#clone Proc#closure? Proc#closure_data Proc#hash +Proc#partial Proc#pointer Proc#to_s Process Process.after_fork_child_callbacks Process.exit Process.fork -Process.getpgid Process.kill +Process.pgid Process.pid Process.ppid Process.run @@ -3251,6 +3409,7 @@ Range.new Range#=== Range#begin Range#bsearch +Range#clone Range#covers? Range#cycle Range#each @@ -3276,6 +3435,7 @@ Readline::CompletionProc Readline::KeyBindingProc Reference Reference#== +Reference#dup Reference#hash Reference#inspect Reference#object_id @@ -3290,6 +3450,8 @@ Regex#+ Regex#== Regex#=== Regex#=~ +Regex#clone +Regex#dup Regex#inspect Regex#match Regex#match_at_byte_index @@ -3303,6 +3465,8 @@ Regex::MatchData#[]? Regex::MatchData#begin Regex::MatchData#byte_begin Regex::MatchData#byte_end +Regex::MatchData#clone +Regex::MatchData#dup Regex::MatchData#end Regex::MatchData#inspect Regex::MatchData#post_match @@ -3336,6 +3500,7 @@ Set#== Set#^ Set#add Set#clear +Set#clone Set#delete Set#dup Set#each @@ -3475,6 +3640,7 @@ Slice::ReverseIterator.new Slice::ReverseIterator#next Slice::ReverseIterator#rewind Socket +Socket.ip? Socket.new Socket#broadcast= Socket#broadcast? @@ -3537,11 +3703,8 @@ Socket::UNIXAddress#family Socket::UNIXAddress#path Socket::UNIXAddress#to_s Spec -Spec.add_location -Spec.after_each -Spec.before_each -Spec.use_colors= -Spec.use_colors? +Spec.add_formatter +Spec.override_default_formatter Spec::DSL Spec::DSL#assert Spec::DSL#context @@ -3568,6 +3731,7 @@ StaticArray.new StaticArray#== StaticArray#[] StaticArray#[]= +StaticArray#clone StaticArray#each StaticArray#hash StaticArray#map! @@ -3607,6 +3771,7 @@ String#chars String#check_no_null_byte String#chomp String#chop +String#clone String#codepoint_at String#codepoints String#compare @@ -3615,6 +3780,7 @@ String#delete String#downcase String#dump String#dump_unquoted +String#dup String#each_byte String#each_char String#each_char_with_index @@ -3727,16 +3893,20 @@ Symbol.needs_quotes? Symbol#!= Symbol#<=> Symbol#== +Symbol#clone Symbol#hash Symbol#inspect Symbol#to_i Symbol#to_json Symbol#to_s Symbol#to_yaml +System +System.hostname TCPServer TCPServer.new TCPServer.open TCPServer#accept +TCPServer#accept? TCPSocket TCPSocket.open TCPSocket.new @@ -4100,6 +4270,7 @@ Time::Span#total_minutes Time::Span#total_seconds Time::Span#total_weeks Tuple +Tuple.from Tuple.new Tuple#+ Tuple#<=> @@ -4109,11 +4280,11 @@ Tuple#[] Tuple#[]? Tuple#at Tuple#clone -Tuple#dup Tuple#each Tuple#empty? Tuple#first Tuple#first? +Tuple#from Tuple#hash Tuple#inspect Tuple#last @@ -4156,7 +4327,7 @@ UInt16#> UInt16#>= UInt16#^ UInt16#abs -UInt16#chr +UInt16#clone UInt16#popcount UInt16#to_f UInt16#to_f32 @@ -4171,6 +4342,7 @@ UInt16#to_u16 UInt16#to_u32 UInt16#to_u64 UInt16#to_u8 +UInt16#unsafe_chr UInt16#| UInt32 UInt32::MAX @@ -4189,7 +4361,7 @@ UInt32#> UInt32#>= UInt32#^ UInt32#abs -UInt32#chr +UInt32#clone UInt32#popcount UInt32#to_f UInt32#to_f32 @@ -4204,6 +4376,7 @@ UInt32#to_u16 UInt32#to_u32 UInt32#to_u64 UInt32#to_u8 +UInt32#unsafe_chr UInt32#| UInt64 UInt64::MAX @@ -4222,7 +4395,7 @@ UInt64#> UInt64#>= UInt64#^ UInt64#abs -UInt64#chr +UInt64#clone UInt64#popcount UInt64#to_f UInt64#to_f32 @@ -4237,6 +4410,7 @@ UInt64#to_u16 UInt64#to_u32 UInt64#to_u64 UInt64#to_u8 +UInt64#unsafe_chr UInt64#| UInt8 UInt8::MAX @@ -4255,7 +4429,7 @@ UInt8#> UInt8#>= UInt8#^ UInt8#abs -UInt8#chr +UInt8#clone UInt8#popcount UInt8#to_f UInt8#to_f32 @@ -4270,7 +4444,10 @@ UInt8#to_u16 UInt8#to_u32 UInt8#to_u64 UInt8#to_u8 +UInt8#unsafe_chr UInt8#| +Union +Union.new UNIXServer UNIXServer.new UNIXServer#accept @@ -4314,7 +4491,10 @@ URI#userinfo URI::Error Value Value#== +Value#dup XML +XML::SUBSTITUTIONS +XML.escape XML.parse XML.parse_html XML::Attributes @@ -4495,8 +4675,8 @@ XML::ParserOptions#xinclude? XML::Reader XML::Reader.new XML::Reader#attributes_count +XML::Reader#empty_element? XML::Reader#has_attributes? -XML::Reader#is_empty_element? XML::Reader#move_to_first_attribute XML::Reader#move_to_next_attribute XML::Reader#name @@ -4642,6 +4822,7 @@ YAML::PullParser#read_mapping_end YAML::PullParser#read_mapping_start YAML::PullParser#read_next YAML::PullParser#read_null_or +YAML::PullParser#read_raw YAML::PullParser#read_scalar YAML::PullParser#read_sequence YAML::PullParser#read_sequence_end