Why Metaprogramming is Cool
Every Ruby on Rails developer has likely used Rails.env.production?, Rails.env.development?, or similar calls to check the current environment. But have you ever wondered how this
Every Ruby on Rails developer has likely used Rails.env.production?, Rails.env.development?, or similar calls to check the current environment. But have you ever wondered how this