(documentation: fixed see also links to go to module methods)

This commit is contained in:
Marc Siegel 2013-08-02 15:53:00 -04:00
parent 60f2489d4a
commit 27362957a3
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ module Docile
# This is useful for implementing DSL evaluation for immutable context
# objects.
#
# @see Docile#dsl_eval_immutable
# @see Docile.dsl_eval_immutable
class ChainingFallbackContextProxy < FallbackContextProxy
# Proxy methods as in {FallbackContextProxy#method_missing}, replacing
# `receiver` with the returned value.

View File

@ -12,7 +12,7 @@ module Docile
#
# This is useful for implementing DSL evaluation in the context of an object.
#
# @see Docile#dsl_eval
# @see Docile.dsl_eval
class FallbackContextProxy
# The set of methods which will **not** be proxied, but instead answered
# by this object directly.