Method: Fort::Src::Code::DependedModule#==
- Defined in:
- lib/fort/src/code/depended_module.rb
#==(other) ⇒ Object
21 22 23 24 25 |
# File 'lib/fort/src/code/depended_module.rb', line 21 def ==(other) self.class == other.class\ && @name == other.name\ && @intrinsic_mode == other.intrinsic_mode end |