bugs.ruby-lang.org bugs.ruby-lang.org

bugs.ruby-lang.org

Ruby Issue Tracking System

Redmine

http://bugs.ruby-lang.org/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BUGS.RUBY-LANG.ORG

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

July

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.0 out of 5 with 10 reviews
5 star
3
4 star
6
3 star
0
2 star
0
1 star
1

Hey there! Start your review of bugs.ruby-lang.org

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

2.1 seconds

FAVICON PREVIEW

  • bugs.ruby-lang.org

    16x16

  • bugs.ruby-lang.org

    32x32

CONTACTS AT BUGS.RUBY-LANG.ORG

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Ruby Issue Tracking System | bugs.ruby-lang.org Reviews
<META>
DESCRIPTION
Redmine
<META>
KEYWORDS
1 issue
2 bug
3 tracker
4
5 coupons
6 reviews
7 scam
8 fraud
9 hoax
10 genuine
CONTENT
Page content here
KEYWORDS ON
PAGE
general,profile,projects,all projects,or login,wiki ¶,ruby wiki mainpage,see howtoreport,english or howtoreportja,japanese,issues ¶,ruby trunk,faq ¶,please,do not,contact ¶,loading,powered by redmine
SERVER
Rhebok
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Ruby Issue Tracking System | bugs.ruby-lang.org Reviews

https://bugs.ruby-lang.org

Redmine

INTERNAL PAGES

bugs.ruby-lang.org bugs.ruby-lang.org
1

Feature #7998: "def" should return a value (the symbol of the method name) instead of nil - Ruby trunk - Ruby Issue Tracking System

https://bugs.ruby-lang.org/issues/7998

200 accepted features (need action! Def should return a value (the symbol of the method name) instead of nil. Added by Peter Marreck. Ago Updated about 2 years. The C code that implements Ruby method definitions already creates a symbol corresponding to the method name. I propose that the def. end block returns this symbol. This would allow the following elegant Ruby code:. Protected def foo(); end. Private def bar(); end. Since protected and private already take symbol arguments. Updated by Nathan Zook.

2

Feature #8468: Remove $SAFE - Ruby trunk - Ruby Issue Tracking System

https://bugs.ruby-lang.org/issues/8468

200 accepted features (need action! Added by Shugo Maeda. Ago Updated about 3 years. Yesterday, at GitHub Tokyo drinkup (thanks, GitHub! Matz agreed to remove the $SAFE = 4 feature from Ruby 2.1. Shibata-san, a developer of tDiary, which is the only application using $SAFE = 4, also agreed to remove it, so today is a good day to say goodbye to $SAFE (at least level 4). Furthermore, Im wondering whether $SAFE should be removed entirely, or not. Is there anyone using $SAFE? Added by Shugo Maeda. Safec, str...

3

Bug #6950: ruby-mode: comint-previous-input does not work - Ruby trunk - Ruby Issue Tracking System

https://bugs.ruby-lang.org/issues/6950

200 accepted features (need action! Ruby-mode: comint-previous-input does not work. Added by Seong-Kook Shin. Ago Updated almost 4 years. Ruby 1.9.2p180 (2011-02-18 revision 30909) [i686-linux]. 21: UNKNOWN, 2.2: UNKNOWN, 2.3: UNKNOWN. On RVM irb with ruby 1.9.3-p194, the prompt is somewhat different from irb with ruby 1.8.x. On ruby 1.8, the prompt looks like:. On ruby 1.9.x, the prompt looks like:. Ruby-1.9.2-p180 :001. M-p or M-n command do not work properly. Irb(*)[0-9:] 0 ruby[-0-9.a-z]. 0-9] * ) *.

4

Bug #9167: Segmentation fault in cleanup - Ruby trunk - Ruby Issue Tracking System

https://bugs.ruby-lang.org/issues/9167

200 accepted features (need action! Segmentation fault in cleanup. Added by Bertram Scharpf. Ago Updated over 2 years. Ruby 1.9.3p448 (2013-06-27 revision 41675) [i386-ruby 1.9.3p448 (2013-06-27 revision 41675) [i386-freebsd9]freebsd9]. 193: UNKNOWN, 2.0.0: UNKNOWN. I dont know whether it is the interpreters fault or mine. This is what I do:. Subclassing StandardError in C. Encapsulating some data into it using Data Make Struct. Not catching it by rescue. Finalizer crashes with a segmentation fault.

5

Bug #10314: Default argument lookup fails in Ruby 2.2 for circular shadowed variable names - Ruby trunk - Ruby Issue Tracking System

https://bugs.ruby-lang.org/issues/10314

200 accepted features (need action! Default argument lookup fails in Ruby 2.2 for circular shadowed variable names. Added by Loren Segal. Ago Updated over 1 year. 200: DONTNEED, 2.1: DONTNEED. The following code prints. In Ruby 2.2.0-preview1 but worked in all previous version of Ruby back to 1.8.7:. If this is newly expected behavior, I wanted to chime in that I dont think it makes much sense. I cant think of any time when a user would expect the default value of a foo = foo argument to be the same ...

UPGRADE TO PREMIUM TO VIEW 17 MORE

TOTAL PAGES IN THIS WEBSITE

22

LINKS TO THIS WEBSITE

ruby-doc.org ruby-doc.org

Class: String (Ruby 2.3.1)

http://ruby-doc.org/core-1.9/classes/String.html

Core 2.3.1. Std-lib 2.3.1. Modules and classes.rdoc. Object holds and manipulates an arbitrary sequence of bytes, typically representing characters. String. Objects may be created using. Because of aliasing issues, users of strings should be aware of the methods that modify the contents of a. Object. Typically, methods with names ending in! Modify their receiver, while those without a! However, there are exceptions, such as. New(str=" ) → new str. Click to toggle source. Or ASCII-8BIT, if. If the format ...

ruby-lang.org ruby-lang.org

Sobre o Ruby

http://www.ruby-lang.org/pt/sobre-o-ruby

O melhor amigo do programador. Já pensou porque é que o Ruby é tão popular? Os fãs dizem que é uma linguagem elegante, repleta de arte. E no entanto, dizem que é prática e conveniente. Afinal qual é o resultado? Os Ideais do Criador do Ruby. O Ruby é uma linguagem com um cuidadoso equilíbrio. O seu criador, Yukihiro Matz Matsumoto. Ele disse com frequência que está tentando tornar o Ruby natural, não simples , de uma forma que reflita a vida. Elaborando sobre isto, acrescenta:. Sobre o Crescimento do Ruby.

ruby-doc.org ruby-doc.org

Class: Array (Ruby 2.0.0)

http://ruby-doc.org/core-2.0.0/Array.html

Core 2.0.0. Std-lib 2.0.0. Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more. Command line usage.rdoc. Rake-0.8.7.rdoc. Rake-0.9.0.rdoc. Rake-0.9.1.rdoc. Rake-0.9.2.2.rdoc. Rake-0.9.2.rdoc. Rake-0.9.3.rdoc. Rake-0.9.4.rdoc. Rake-0.9.5.rdoc. Rake-0.9.6.rdoc. Modules and classes.rdoc. Arrays are ordered, integer-indexed collections of any object. Creating Arrays ¶. A new array can be created by using the literal constructor. 1, two, 3.0]. With zero, one (the initial size of the Array. Nil, ni...

ruby-doc.org ruby-doc.org

Class: Random (Ruby 1.9.2)

http://ruby-doc.org/core-1.9.2/Random.html

Core 1.9.2. Std-lib 1.9.2. Extended maintenance of Ruby versions 1.8.7 and 1.9.2 ended on July 31, 2014. Read more. New([seed]) → prng. Click to toggle source. Creates new Mersenne Twister based pseudorandom number generator with seed. When the argument seed is omitted, the generator is initialized with : new seed. The argument seed is used to ensure repeatable sequences of random numbers between different runs of the program. 0191519450378892, 0.622108771039832]. 0191519450378892, 0.622108771039832].

ruby-doc.org ruby-doc.org

Class: String (Ruby 2.0.0)

http://ruby-doc.org/core-2.0.0/String.html

Core 2.0.0. Std-lib 2.0.0. Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more. Command line usage.rdoc. Rake-0.8.7.rdoc. Rake-0.9.0.rdoc. Rake-0.9.1.rdoc. Rake-0.9.2.2.rdoc. Rake-0.9.2.rdoc. Rake-0.9.3.rdoc. Rake-0.9.4.rdoc. Rake-0.9.5.rdoc. Rake-0.9.6.rdoc. Modules and classes.rdoc. Object holds and manipulates an arbitrary sequence of bytes, typically representing characters. String. Objects may be created using. Object. Typically, methods with names ending in! New(str=" ) → new str. Stati...

ruby-doc.org ruby-doc.org

Class: String (Ruby 2.3.1)

http://ruby-doc.org/core/classes/String.html

Core 2.3.1. Std-lib 2.3.1. Modules and classes.rdoc. Object holds and manipulates an arbitrary sequence of bytes, typically representing characters. String. Objects may be created using. Because of aliasing issues, users of strings should be aware of the methods that modify the contents of a. Object. Typically, methods with names ending in! Modify their receiver, while those without a! However, there are exceptions, such as. New(str=" ) → new str. Click to toggle source. Or ASCII-8BIT, if. If the format ...

ruby-doc.org ruby-doc.org

Class: Thread (Ruby 2.3.1)

http://ruby-doc.org/core/classes/Thread.html

Core 2.3.1. Std-lib 2.3.1. Modules and classes.rdoc. Threads are the Ruby implementation for a concurrent programming model. Programs that require multiple threads of execution are a perfect candidate for Ruby's Thread. For example, we can create a new thread separate from the main thread's execution using : new. Whats the big deal. Then we are able to pause the execution of the main thread and allow our new thread to finish, using join. Whats the big deal. If we don't call. Whats the big deal. If the th...

ruby-doc.org ruby-doc.org

Class: Method (Ruby 2.1.2)

http://ruby-doc.org/core-2.1.2/Method.html

Core 2.1.2. Std-lib 2.1.2. Modules and classes.rdoc. Meth = other meth → true or false. Click to toggle source. Two method objects are equal if they are bound to the same object and refer to the same method definition and their owners are the same class or module. Static VALUE method eq(VALUE method, VALUE other) { struct METHOD *m1, *m2; if (! Rb obj is method(other) return Qfalse; if (CLASS OF(method)! Rb method entry eq(m1- me, m2- me) m1- rclass! M2- rclass m1- recv! Meth[args, .] → obj. Click to tog...

ruby-lang.org ruby-lang.org

Download Ruby

http://www.ruby-lang.org/en/downloads

A Programmer's Best Friend. Here you can get the latest Ruby distributions in your favorite flavor. The current stable version is 2.3.1. Please be sure to read Ruby’s License. Ways of Installing Ruby. We have several tools on each major platform to install Ruby:. On Linux/UNIX, you can use the package management system of your distribution or third-party tools (rbenv and RVM). On OS X machines, you can use third-party tools (rbenv and RVM). On Windows machines, you can use RubyInstaller. The Ruby source ...

ruby-doc.org ruby-doc.org

Module: TSort (Ruby 2.0.0)

http://ruby-doc.org/stdlib-2.0/libdoc/tsort/rdoc/TSort.html

Core 2.0.0. Std-lib 2.0.0. Maintenance of Ruby 2.0.0 ended on February 24, 2016. Read more. Each strongly connected component. Each strongly connected component from. Implements topological sorting using Tarjan's algorithm for strongly connected components. Is designed to be able to be used with any object which can be interpreted as a directed graph. Requires two methods to interpret an object as a graph, #tsort each node. And tsort each child. Is used to iterate for all nodes over a graph. Cat t1 t3 t4'.

UPGRADE TO PREMIUM TO VIEW 257 MORE

TOTAL LINKS TO THIS WEBSITE

267

OTHER SITES

bugs.ritterburg.ch bugs.ritterburg.ch

Ritterburg - The first strike

Alle geschlossenen Bugs anzeigen. Momentan hat es 1 Bugs die den Status 'offen' haben.

bugs.rml-image.org bugs.rml-image.org

Flyspray::RML-ImageRML-Image: Tasklist

Strict Standards: call user func() expects parameter 1 to be a valid callback, non-static method dokuwiki TextFormatter: render() should not be called statically in /home/mrinca/public html/bugs.rml-image.com/includes/class.tpl.php on line 552 Strict Standards: Declaration of cache instructions: retrieveCache() should be compatible with cache: retrieveCache($clean = true) in /home/mrinca/public html/bugs.rml-image.com/plugins/dokuwiki/inc/cache.php on line 291. Search this project for. Due In Any Version.

bugs.rohonline.net bugs.rohonline.net

Realms of Hell / Tickets

Text Caps and Stories. Mark All Forums Read. Web editor doesn't save hooks for objects. Finish Fighters for P-Testing. Magic - Clerics, Mages, Druids. Aramon self-healing when blue. Logging in while another player is logged on as proxy. Color in room names. Revisiting old skills from mobs. Seomar Village Brownies faction. Register the mud with MudConnector and other mud lists. Prepare new Rogues/Thieves/Assassins for P-Testing. Update Web Editor - Charges. Ticking MP while poisoned. Add in format buttons.

bugs.rosalinux.ru bugs.rosalinux.ru

ROSA Linux Bugzilla Main Page

ROSA Linux Bugzilla – Main Page. Welcome to ROSA Linux Bugzilla. Open a New Account. Install the Quick Search plugin. ROSA Linux Bugzilla User's Guide. ROSA LTS 2012 Errata. About ROSA Linux Bugzilla. This is the ROSA Linux bug report system. Here you can find various bug reports for both released and development versions of ROSA Desktop Linux distributions. For most actions, such as reporting a bug, the site will require a valid login, which you can obtain by registering.

bugs.roxen.com bugs.roxen.com

Roxen Community: Home

RFC / Internet Drafts. Application Bridging for Federated Access Beyond Web (ABFAB) Architecture. Test Vectors for the Stream Cipher ChaCha. Transport of TRILL Using Pseudowires. Reporting Unobserved Fields in IPFIX. The Link-Template HTTP Header Field. Delay Tolerant Network Management Protocol. Structure of the GSS Negotiation Loop. LISP EID Block Management Guidelines. The PKCS#11 URI Scheme. No data for the diagram. The Roxen 2.2 database interface. The groove of RXML. The soul of RXML.

bugs.ruby-lang.org bugs.ruby-lang.org

Ruby Issue Tracking System

Jump to a project. Ruby Issue Tracking System. Ruby is a dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. This system is hosting the development of Ruby language and its related projects. You must register your account. And activate it via an email before reporting issues. If you have an account. How to report a bug ¶. How To Report ¶. Developing version of Ruby. Sqlite3 issue of macOS Sierra ¶.

bugs.sabayon.org bugs.sabayon.org

Bugzilla Main Page

Bugzilla – Main Page. Version 4.4.13. Open a New Account. Install the Quick Search plugin.

bugs.saesrpg.uk bugs.saesrpg.uk

MantisBT

Remember my login in this browser. Only allow your session to be used from this IP address. This is a seperate site and requires you to create an account seperate to SAESRPG.uk. 160; Signup for a new account. 160; [  Lost your password?

bugs.sanewall.org bugs.sanewall.org

FireHOL - Linux firewalling and traffic shaping for humans

Latest News and Testimonials. Apr 26, 2015 - FireHOL 2.0.3. Apr 27, 2014 - I just wanted to thank you for . What are FireHOL and FireQOS? FireHOL is a language (and a program to run it) which builds secure, stateful firewalls from easy to understand, human-readable configurations. The configurations stay readable even for very complex setups. FireQOS is a program which sets up traffic shaping from an easy-to-understand and flexible configuration file. A FireHOL example and more information. Setting up DM...

bugs.sas-mod.net bugs.sas-mod.net

sas-mod.net

The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois).

bugs.satsis.info bugs.satsis.info

Bug Tracker Satellite receivers and media players

Bug Tracker Satellite receivers and media players. Данный ресурс не является форумом или местом для споров. На данном ресурсе Вы можете: ¶. Найти решение своей проблемы. Описать найденную проблему конкретного ПО на конкретном ресивере. Найти свежий софт на свой спутниковый ресивер или медиаплеер. На данном ресурсе собраны лишь те продукты, разработчики которых готовы выслушать ваши пожелания и отреагировать на них. Создание Обращения с проблемой или пожеланием ¶. Что еще можно на ресурсе? Новое ПО 3....