Sha256: c0beff3c70e89246346a8af56550ced45fed055b7a10c8e5071be195c3ca04a3

Contents?: true

Size: 155 Bytes

Versions: 4

Compression:

Stored size: 155 Bytes

Contents

module SoapyBing
  module Helpers
    module ClassName
      def class_name
        @class_name ||= self.class.name.demodulize
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
soapy_bing-0.0.4 lib/soapy_bing/helpers/class_name.rb
soapy_bing-0.0.3 lib/soapy_bing/helpers/class_name.rb
soapy_bing-0.0.2 lib/soapy_bing/helpers/class_name.rb
soapy_bing-0.0.1 lib/soapy_bing/helpers/class_name.rb