lib/timber/contexts.rb in timber-2.0.22 vs lib/timber/contexts.rb in timber-2.0.23
- old
+ new
@@ -7,10 +7,10 @@
require "timber/contexts/user"
module Timber
# Namespace for all Timber supported Contexts.
module Contexts
- # Protocol for casting objects into a `Timber::Context`.
+ # Protocol for casting objects into a {Timber::Context}.
#
# @example Casting a hash
# Timber::Contexts.build(deploy: {version: "1.0.0"})
def self.build(obj)
if obj.is_a?(::Timber::Context)
\ No newline at end of file