Twitter
Blog
Notes
News
Images
Videos
Signup
Login
English
English
中文
dreamable
/
RailsNotes
/
30
Table:
RailsNotes
User:
dreamable
Created at: 2021-03-21 10:55:32 UTC
Updated at: 2021-03-21 10:55:32 UTC
Reference:(Table ID 3, Record ID 30)
标题 :
Include vs Extend
笔记 :
What is the difference between include and extend in Ruby?
include: mixes in specified module methods as instance methods in the target class
extend: mixes in specified module methods as class methods in the target class
Tag:
Rails