Class: DerivedClass
- Defined in:
- lib/method_extensions/method/super.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.module_meth ⇒ Object
263 264 |
# File 'lib/method_extensions/method/super.rb', line 263 def self.module_meth end |
.singleton_meth ⇒ Object
260 261 |
# File 'lib/method_extensions/method/super.rb', line 260 def self.singleton_meth end |
Instance Method Details
#meth ⇒ Object
266 267 |
# File 'lib/method_extensions/method/super.rb', line 266 def meth end |
#module_meth ⇒ Object
269 270 |
# File 'lib/method_extensions/method/super.rb', line 269 def module_meth end |