Skip to content

Instantly share code, notes, and snippets.

@sudoremo
sudoremo / class_attribute_benchmark.rb
Created October 12, 2016 09:19
Performance benchmark script for new implementation proposal of `Class#class_attribute`
begin
require 'bundler/inline'
rescue LoadError => e
$stderr.puts 'Bundler version 1.10 or later is required. Please update your Bundler'
fail e
end
gemfile(true) do
source 'https://rubygems.org'
gem 'rails'