Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in proc-object
tcl: wrap a proc of the same name
Dec 12, 2022
wrapper
tcl
decorator
proc-object
How do I print out a tcl proc?
Dec 10, 2022
tcl
redefinition
proc-object
How do we copy singleton methods between different Ruby classes?
May 07, 2022
ruby
lambda
metaprogramming
eval
proc-object
Why can procs be invoked with === in ruby 1.9?
Sep 27, 2019
ruby
ruby-1.9
proc-object
Why does the break statement in ruby behave differently when using Proc.new v. the ampersand sign?
Mar 07, 2022
ruby-on-rails
ruby
proc-object
TCL - how to know how much time a function has worked?
Mar 13, 2022
time
timestamp
tcl
proc-object
How to pass parameters to a proc when calling it by a method?
Oct 31, 2022
ruby
parameters
call
block
proc-object
How to use a variable as default value of a TCL proc argument
Jul 03, 2022
default
tcl
arguments
proc-object
Is this a bug in Method#to_proc? (Ruby 1.8.7)
Jun 23, 2016
ruby
ruby-1.8
destructuring
proc-object
Why use Proc.new to call a method in a Rails callback?
Sep 09, 2022
ruby-on-rails
ruby
proc-object
Ruby: convert proc to lambda?
Oct 29, 2022
ruby
lambda
proc-object
Ruby block, procs and instance_eval
Mar 10, 2022
ruby
block
lambda
proc-object
Why use procs instead of methods?
Sep 11, 2022
ruby
proc-object
How do I marshal a lambda (Proc) in Ruby?
Jun 18, 2022
ruby
serialization
lambda
proc-object
Ruby: Proc.new { 'waffles' } vs. proc { 'waffles' }
Oct 29, 2022
ruby
syntax
proc-object
Ruby - lambda vs. Proc.new [duplicate]
Aug 19, 2022
ruby
lambda
return
proc-object
Why does explicit return make a difference in a Proc?
Aug 27, 2022
ruby
return
proc-object
Using 'return' in a Ruby block
Aug 17, 2022
ruby
lambda
return
proc-object