Method: ASIR::Coder::XML#tag_cls
- Defined in:
- lib/asir/coder/xml.rb
#tag_cls(cls_name) ⇒ Object
206 207 208 |
# File 'lib/asir/coder/xml.rb', line 206 def tag_cls cls_name @cls_tag_map[cls_name.freeze] ||= resolve_object(cls_name.gsub('.', '::')) end |