| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Original HTTPS Page] |
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusesend def execute_right_now
puts "That's nice!"
end
require 'zlib'
six_items = ["item_1", "item_2", "item_3", "item_4", "item_5", "item_6"]
ten_items = ["item_1", "item_2", "item_3", "item_4", "item_5", "item_6", "item_7", "item_8", "item_9", "item_10"]
class RailsController
helper_method def current_user
User.current
end
end
go_deeper.call.call.call.call.call.call.call.call
# You can try to implement it yourself. Your code will look like this:
(go_deeper = -> { puts "deeper"; go_deeper }).call.call.call.call.call
hash = Hash.new {|h, k| h[k] = Hash.new(&h.default_proc) }
hash[:this][:is][:really] = 'Amazing!'
hash
=> {:this=>{:is=>{:really=>"Amazing!"}}}
| Back | FazBrowse Home | New Git URL |