Class: Pubid::Renderers::Urn
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Pubid::Renderers::Base
Instance Method Details
#render(context: nil) ⇒ Object
6 7 8 |
# File 'lib/pubid/renderers/urn.rb', line 6 def render(context: nil, **) @id.to_urn end |