Try our Chrome extension
Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!Changedetection.io needs your support!
You can help us by supporting changedetection.io on these platforms;
- Rate us at AlternativeTo.net
- Star us on GitHub
- Follow us at Twitter/X
- G2 Software reviews
- Check us out on LinkedIn
- And tell your friends and colleagues :)
The more popular changedetection.io is, the more time we can dedicate to adding amazing features!
Many thanks :)
changedetection.io team
Aún no hace unos segundos
False
Aún no hace unos segundos
Texto activado Texto ignorado Texto bloqueado
hace 52 minutos
Skip to content
Navigation Menu
Sign in Appearance settings
* Platform
+ AI CODE CREATION
o GitHub Copilot Write better code with AI
o GitHub Copilot app Direct agents from issue to merge
o MCP Registry Integrate external tools
+ DEVELOPER WORKFLOWS
o Actions Automate any workflow
o Codespaces Instant dev environments
o Issues Plan and track work
o Code Review Manage code changes
o Code Quality Enforce quality at merge
+ APPLICATION SECURITY
o GitHub Advanced Security Find and fix vulnerabilities
o Code security Secure your code as you build
o Secret protection Stop leaks before they start
+ EXPLORE
o Why GitHub
o Documentation
o Blog
o Changelog
o Marketplace
View all features
* Solutions
+ BY COMPANY SIZE
o Enterprises
o Small and medium teams
o Startups
o Nonprofits
+ BY USE CASE
o App Modernization
o DevSecOps
o DevOps
o CI/CD
o View all use cases
+ BY INDUSTRY
o Healthcare
o Financial services
o Manufacturing
o Government
o View all industries
View all solutions
* Resources
+ EXPLORE BY TOPIC
o AI
o Software Development
o DevOps
o Security
o View all topics
+ EXPLORE BY TYPE
o Customer stories
o Events & webinars
o Ebooks & reports
o Business insights
o GitHub Skills
+ SUPPORT & SERVICES
o Documentation
o Customer support
o Community forum
o Trust center
o Partners
View all resources
* Open Source
+ COMMUNITY
o GitHub Sponsors Fund open source developers
+ PROGRAMS
o Security Lab
o Maintainer Community
o Accelerator
o GitHub Stars
o Archive Program
+ REPOSITORIES
o Topics
o Trending
o Collections
* Enterprise
+ ENTERPRISE SOLUTIONS
o Enterprise platform AI-powered developer platform
+ AVAILABLE ADD-ONS
o GitHub Advanced Security Enterprise-grade security features
o Copilot for Business Enterprise-grade AI features
o Premium Support Enterprise-grade 24/7 support
* Pricing
Type / to search
Sign in
Sign up Appearance settings
You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Uh oh!
There was an error while loading. Please reload this page.
ruby / ruby Public
* Notifications You must be signed in to change notification settings
* Fork 5.6k
* Star 23.7k
* Code
* Pull requests 656
* Actions
* Wiki
* Security and quality 0
* Insights
Additional navigation options
* Code
* Pull requests
* Actions
* Wiki
* Security and quality
* Insights
master
Branches Tags
Go to file
Code
Open more actions menu
Folders and files
Name Name Last commit message Last commit date
Latest commit
History
101,000 Commits
101,000 Commits
.github .github
basictest basictest
benchmark benchmark
bin bin
bootstraptest bootstraptest
ccan ccan
coroutine coroutine
coverage coverage
cygwin cygwin
defs defs
doc doc
enc enc
ext ext
gc gc
gems gems
include include
internal internal
jit jit
lib lib
libexec libexec
man man
misc misc
missing missing
prism prism
sample sample
spec spec
template template
test test
tool tool
wasm wasm
win32 win32
yjit yjit
zjit zjit
.dir-locals.el .dir-locals.el
.document .document
.editorconfig .editorconfig
.gdbinit .gdbinit
.git-blame-ignore-revs .git-blame-ignore-revs
.gitattributes .gitattributes
.gitignore .gitignore
.indent.pro .indent.pro
.mailmap .mailmap
.rdoc_options .rdoc_options
.rspec_parallel .rspec_parallel
BSDL BSDL
CONTRIBUTING.md CONTRIBUTING.md
COPYING COPYING
COPYING.ja COPYING.ja
Cargo.lock Cargo.lock
Cargo.toml Cargo.toml
GPL GPL
KNOWNBUGS.rb KNOWNBUGS.rb
LEGAL LEGAL
NEWS.md NEWS.md
README.ja.md README.ja.md
README.md README.md
aclocal.m4 aclocal.m4
addr2line.c addr2line.c
addr2line.h addr2line.h
array.c array.c
array.rb array.rb
ast.c ast.c
ast.rb ast.rb
autogen.sh autogen.sh
bignum.c bignum.c
box.c box.c
builtin.c builtin.c
builtin.h builtin.h
class.c class.c
common.mk common.mk
compar.c compar.c
compile.c compile.c
complex.c complex.c
concurrent_set.c concurrent_set.c
configure.ac configure.ac
constant.h constant.h
cont.c cont.c
darray.h darray.h
debug.c debug.c
debug_counter.c debug_counter.c
debug_counter.h debug_counter.h
depend depend
dir.c dir.c
dir.rb dir.rb
dln.c dln.c
dln.h dln.h
dln_find.c dln_find.c
dmydln.c dmydln.c
dmyenc.c dmyenc.c
dmyext.c dmyext.c
encindex.h encindex.h
encoding.c encoding.c
enum.c enum.c
enumerator.c enumerator.c
error.c error.c
eval.c eval.c
eval_error.c eval_error.c
eval_intern.h eval_intern.h
eval_jump.c eval_jump.c
file.c file.c
View all files
Repository files navigation
*
* README
* Contributing
* License
* License
* Security
More items
日本語
What is Ruby?
Ruby is an interpreted object-oriented programming language often used for web development. It also offers many scripting features to process plain text and serialized files, or manage system tasks. It is simple, straightforward, and extensible.
Features of Ruby
* Simple Syntax
* Normal Object-oriented Features (e.g. class, method calls)
* Advanced Object-oriented Features (e.g. mix-in, singleton-method)
* Operator Overloading
* Exception Handling
* Iterators and Closures
* Garbage Collection
* Dynamic Loading of Object Files (on some architectures)
* Highly Portable (works on many Unix-like/POSIX compatible platforms as well as Windows, macOS, etc.) cf. https://docs.ruby-lang.org/en/master/maintainers_md.html#label-Platform+Maintainers
How to get Ruby
For a complete list of ways to install Ruby, including using third-party tools like rvm, see:
https://www.ruby-lang.org/en/downloads/
You can download release packages and the snapshot of the repository. If you want to download whole versions of Ruby, please visit https://www.ruby-lang.org/en/downloads/releases/.
Download with Git
The mirror of the Ruby source tree can be checked out with the following command:
$ git clone https://github.com/ruby/ruby.git
There are some other branches under development. Try the following command to see the list of branches:
$ git ls-remote https://github.com/ruby/ruby.git
You may also want to use https://git.ruby-lang.org/ruby.git (actual master of Ruby source) if you are a committer.
How to build
See Building Ruby
Ruby home page
https://www.ruby-lang.org/
Documentation
* English
* Japanese
Mailing list
There is a mailing list to discuss Ruby. To subscribe to this list, please send the following phrase:
join
in the mail subject (not body) to the address ruby-talk-request@ml.ruby-lang.org.
Copying
See the file COPYING.
Feedback
Questions about the Ruby language can be asked on the Ruby-Talk mailing list or on websites like https://stackoverflow.com.
Bugs should be reported at https://bugs.ruby-lang.org. Read "Reporting Issues" for more information.
Contributing
See "Contributing to Ruby", which includes setup and build instructions.
The Author
Ruby was originally designed and developed by Yukihiro Matsumoto (Matz) in 1995.
matz@ruby-lang.org
About
The Ruby Programming Language
www.ruby-lang.org/
Topics
cjitlanguageobject-orientedprogramming-languagerubyruby-languagerust
Resources
Readme
License, License licenses found
Contributing
Contributing
Security policy
Security policy
Activity
Custom properties
Stars
23.7k stars
Watchers
1.0k watching
Forks
5.6k forks
Report repository
Releases
Packages
Used by
Contributors
Languages
Footer
© 2026 GitHub, Inc.
Footer navigation
* Terms
* Privacy
* Security
* Status
* Community
* Docs
* Contact
* Manage cookies
* Do not share my personal information
You can’t perform that action at this time.
Por ahora, las diferencias se realizan en texto, no gráficamente, solo está disponible la última captura de pantalla.
La captura de pantalla requiere un buscador de contenido (Sockpuppetbrowser, selenium, etc.) que admita capturas de pantalla.