Sha256: b3a4693b431f1d15fc17a25cf74fe82ace1fb5162c7256cdffcdcd0d88cc4b79

Contents?: true

Size: 72 Bytes

Versions: 5

Compression:

Stored size: 72 Bytes

Contents

class Object
	def self.demodulize
		self.to_s.gsub(/^.*::/, '')
	end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
billme-0.13.0 lib/billme/support/helpers.rb
billme-0.6.0 lib/billme/support/helpers.rb
billme-0.5.0 lib/billme/support/helpers.rb
billme-0.2.0 lib/billme/support/helpers.rb
billme-0.1.0 lib/billme/support/helpers.rb