lib/tynn/environment.rb in tynn-1.1.0 vs lib/tynn/environment.rb in tynn-1.2.0

- old
+ new

@@ -12,10 +12,10 @@ # # Tynn.development? # => true # Tynn.production? # => false # Tynn.test? # => false # - # By default, the environment is based on `ENV["RACK_ENV"]`. + # By default, the environment is based on <tt>ENV["RACK_ENV"]</tt>. # # Examples # # Tynn.plugin(Tynn::Environment, env: ENV["RACK_ENV"]) #