Flowdock
method

class_name

Importance_0
v2_2_9 - Show latest stable - 0 notes - Class: Builder
class_name() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rubygems/ext/builder.rb, line 24
  def self.class_name
    name =~ /Ext::(.*)Builder/
    $1.downcase
  end
Register or log in to add new notes.