Skip to content

Commit

Permalink
Add reverse links
Browse files Browse the repository at this point in the history
  • Loading branch information
znz committed Jun 16, 2020
1 parent fda0c79 commit 46441ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions refm/api/src/_builtin/Method
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,9 @@ self[] の形の呼び出しは通常のメソッド呼び出しに見た目を

@param args self に渡される引数。

#@since 2.7.0
@see [[m:UnboundMethod#bind_call]]
#@end
@see [[d:spec/safelevel]]
#@# セーフレベルに関するその他の詳細

Expand Down
1 change: 1 addition & 0 deletions refm/api/src/_builtin/UnboundMethod
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ NOTE: Ruby 1.8.xでモジュールのインスタンスメソッドをbindする
p m.bind(Bar.new) # => #<Method: Bar(Foo)#foo>

#@since 2.7.0
@see [[m:UnboundMethod#bind_call]]
--- bind_call(recv, *args) -> object
--- bind_call(recv, *args) { ... } -> object

Expand Down

0 comments on commit 46441ed

Please sign in to comment.