Module: AttrWithDefault
- Included in:
- Nextbus::Agency, Nextbus::Direction, Nextbus::Prediction, Nextbus::Report, Nextbus::Route, Nextbus::Stop, Nextbus::Vehicle
- Defined in:
- lib/attr_with_default.rb
Overview
Defined Under Namespace
Modules: ClassMethods
Class Method Summary collapse
Class Method Details
.included(other_module) ⇒ Object
47 48 49 |
# File 'lib/attr_with_default.rb', line 47 def self.included(other_module) other_module.extend ClassMethods end |