Method: Construqt::Flavour::Ciscian.clazz
- Defined in:
- lib/construqt/flavour/ciscian/ciscian.rb
.clazz(name) ⇒ Object
697 698 699 700 701 |
# File 'lib/construqt/flavour/ciscian/ciscian.rb', line 697 def self.clazz(name) ret = self.clazzes[name] throw "class not found #{name}" unless ret ret end |