Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Stefan
Stefan has asked
28
questions and find answers to
427
problems.
Stats
14.7k
EtPoint
5.4k
Vote count
28
questions
427
answers
About
Ruby developer from Bremen
Stefan questions
How to create a "clone"-able enumerator for external iteration?
How to separate a heredoc from other key-value pairs in a hash literal in Ruby?
Count how many times a method can be called until it returns nil
How do I find a method's nesting in Ruby?
How to deal with keyword arguments that happen to be keywords in Ruby?
How to determine the class a method was defined in?
How to check for database changes of in-memory records?
How to check if a value is valid input for Integer(), Float() or Rational()?
How to get the nth element of an Enumerable in Ruby
Regular expression matching emoji in Mac OS X / iOS
Stefan answers
How to capture some special key presses for Ruby input prompt in Terminal (and let others through normally)
ruby on rails, colon at back or front of variables
Validation just for new records
Remove only specific duplicates in array using Ruby
Getting page title with Ruby
Can dynamic method in outer block be accessed in child block? - Ruby Meta Programming
Why is an object different inside and outside of an iteration?
Comparison of object with fixnum
Longest common prefix and suffix of arrays
Creating array of numbers from 0 to n for positive and negative n