Method: SystemNavigation.default
- Defined in:
- lib/system_navigation.rb
.default ⇒ Object
Creates a new instance of SystemNavigation. It is added for compatibility with Smalltalk users.
48 49 50 |
# File 'lib/system_navigation.rb', line 48 def self.default self.new end |