This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
brew
Watch
1
Star
0
Fork
0
You've already forked brew
mirror of
https://github.com/Homebrew/brew.git
synced
2025-07-14 16:09:03 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
brew
/
Library
/
Homebrew
/
extend
/
module.rb
7 lines
81 B
Ruby
Raw
Normal View
History
Unescape
Escape
Create dedicated Attrable mixin for attr_ methods
2023-12-28 11:45:18 -08:00
# typed: strict
Add frozen_string_literal to all files.
2019-04-19 15:38:03 +09:00
# frozen_string_literal: true
Extract attr_rw from Formula for reuse Closes Homebrew/homebrew#20239.
2013-06-04 11:05:02 -05:00
class
Module
Include T::Sig in Module
2023-04-24 19:13:49 -07:00
include
T
::
Sig
Extract attr_rw from Formula for reuse Closes Homebrew/homebrew#20239.
2013-06-04 11:05:02 -05:00
end
Reference in New Issue
Copy Permalink