Method: CodeRay::Plugin#plugin_id
- Defined in:
- lib/coderay/helpers/plugin.rb
#plugin_id ⇒ Object
Returns the pulgin id used by the engine.
329 330 331 |
# File 'lib/coderay/helpers/plugin.rb', line 329 def plugin_id name[/\w+$/].downcase end |