麻豆小视频在线观看_中文黄色一级片_久久久成人精品_成片免费观看视频大全_午夜精品久久久久久久99热浪潮_成人一区二区三区四区

首頁 > 編程 > Ruby > 正文

Ruby 中的 module_function 和 extend self異同

2020-10-29 19:34:09
字體:
來源:轉載
供稿:網友

在閱讀開源的 Ruby 代碼和編寫可維護性的代碼經常遇到這兩者的使用,那么他們兩者的共同點和區別是什么呢?

module_function

Ruby 的 module 是 method 和 constants 的集合。module 中的method 又可分為 instance method 和 module method, 當一個 module 被 include 進一個 class ,那么 module 中的 method (注:沒有被 module_function 標記的 method)就是 class 中的 instance method, instance method 需要所在的 class 被實例化之后才能被調用;被 module_function 標記的 method(不管該 method 是 public 或者 private)就是 module method 且 instance method 也會變成 private method,對于被 include 所在的 class 來說是 private method,object.module_name 會出錯。module method 都能被 module_name.method_name 調用,沒有被 module_function 標記的 public method 不能被 module_name.method_name 調用。

module 中的 module_function 會把 module 中的 method 變成 module method 且對于被 include 所在的 class 來說,module method 在 module 中是 private method 故 module_name.module_method 能調用,而不能被 object.module_name 調用。

module 中的 public method 對于被 include 所在的 class 來說是 instance method,故 object.public_method_in_module 能調用。如果想要非 module method 能夠被 module 調用(module_name.not_module_method) ,需要引入 extend self (下文會討論 extend self)

# test.rbmodule MyModule def public_meth  p "a public method, if the module is included to a class , can be call as object.public_meth" end def module_method  p "a module method,can be called as module_name.module_method. but can not be call as object.module_method" end private def private_method_to_module_function  p "a private_method, but can be call as module_name.module_method, because it was assigned to module_function" end def private_method  p "I am a private method" end module_function :module_method, :private_method_to_module_functionendMyModule.module_methodMyModule.private_method_to_module_functionbegin MyModule.public_methrescue p "public method can not be called by module_name.public_meth"endbegin MyModule.private_methodrescue NoMethodError p "private method can not be called by module_name.module_method"endclass MyClass include MyModuleendobj = MyClass.newobj.public_methbegin obj.private_methodrescue NoMethodError p "private method in module can not be call by object.method_name"endbegin obj.module_methodrescue NoMethodError p "module method can not be called by object.method_name, for object, module method is private instance method"end#調用ruby test.rb"a module method,can be called as module_name.module_method. but can not be call as object.module_method""a private_method, but can be call as module_name.module_method, because it was assigned to module_function""public method can not be called by module_name.public_meth""private method can not be called by module_name.module_method""a public method, if the module is included to a class , can be call as object.public_meth""private method in module can not be call by object.method_name""module method can not be called by object.method_name, for object, module method is private instance method"

總結就是

•The method will be copied to class' singleton class
•The instance method's visibility will become private

extend self

Include is for adding methods to an instance of a class and extend is for adding class methods

extend 本質是給 class 或者 module 添加 class method

extend self 讓 module 中的 instance method 能夠被 module_name.instance_method 調用,保留 module 中原本 method 的 public 或 private 屬性,但又不像 module_function 一樣把被標記的 method 變成 private 。

#!/usr/bin/env ruby# encoding: utf-8# test_extend.rbmodule MyModule extend self def public_meth  p "a public_method extended by self can be called by module_name.public_meth and object.public_meth, included by a class"  private_method end private def private_method  p "a private method, can be call in module internal" endendclass MyClass include MyModuleendMyModule.public_methbegin MyModule.private_methodrescue NoMethodError p "private method in extend self module can not be called module_name.private_method"endobj = MyClass.newobj.public_methbegin obj.private_methodrescue NoMethodError p "private method can not be called by object.private_method"end# 調用 ruby test_extend.rb"a public_method extended by self can be called by module_name.public_meth and object.public_meth, included by a class""a private method, can be call in module internal""private method in extend self module can not be called module_name.private_method""a public_method extended by self can be called by module_name.public_meth and object.public_meth, included by a class""a private method, can be call in module internal""private method can not be called by object.private_method"

總結就是:
•No method copying involved
•No changes to method visibility

總結

module_function 改變 module 內 原來 method 的 public/private 屬性并把改 method 變成 module method ,能夠被 module_name.module_method 調用。

extend self 就是在 module 自繼承,不改變 module 中 method 的 public/private 屬性,能夠被 module_name.public_method

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 国产成人高清在线观看 | va免费视频 | hd性videos意大利复古 | 久久艹精品| 污片在线观看视频 | 欧美一级高潮 | 午夜精品成人 | 国产精品av久久久久久网址 | 蜜桃网站免费 | 久草影音 | 在线亚洲播放 | 国产精品av久久久久久久久久 | 黄色aaa视频| 欧美69free性videos | 一区在线免费视频 | 久久av喷吹av高潮av懂色 | 日本欧美一区二区三区在线观看 | 成人wxx视频免费 | 久久99精品久久久久久秒播放器 | 视频在线中文字幕 | 成人在线观看地址 | 亚洲精品午夜电影 | 男人天堂免费 | 亚洲资源在线播放 | 369看片你懂的小视频在线观看 | 免费国产自久久久久三四区久久 | 久久里面有精品 | 伊人午夜 | 激情福利视频 | 久久激情免费视频 | 亚洲成人福利网站 | 日本在线播放一区二区 | 亚洲第一成人在线视频 | 99影视电影电视剧在线播放 | 国产91一区 | 色妇视频| 免费看操片 | 亚洲国产成人久久一区www妖精 | 男女羞羞视频在线观看免费 | 泰剧19禁啪啪无遮挡 | 黄色大片免费网站 |