a = -> { 1 + 1 }
a.call
# => 2
a = -> (v) { v + 1 }
a.call(2)
# => 3
Code Example |
---|
Ruby :: run ruby script |
Ruby :: rails not_found |
Ruby :: ruby deep copy |
Ruby :: ruby check if hash has method before calling it |
Ruby :: ruby loop using integer |
Ruby :: rails localhost https |
Ruby :: ruby array loop |
Ruby :: rails log levels |
Ruby :: ruby on rails examples |
Ruby :: ruby sinatra helper |
Ruby :: ros2 publish message command line |
Ruby :: SoC partial class |
Ruby :: Hash.new constructor |
Ruby :: <= operator in rails |
Ruby :: using nested select in rails query |
Ruby :: include? reverse ruby |
Ruby :: ruby rails remove tmp/pids/server.pid |
Ruby :: how to use action_view in console rails |
Ruby :: save rails c output |
Ruby :: string uppercase ruby |
R :: r ggplot regression line |
R :: mode in r |
R :: r mean by group |
R :: pi in r |
R :: how to create dictionary in R |
R :: Getting rid of row names in R |
R :: r convert to factor |
R :: moving average in r |
R :: truncate string in r |
R :: r last day of previous month |