Method: L::C::TargetGeneratedHeader#hash_input

Defined in:
lib/rub/l/c.rb

#hash_inputObject



382
383
384
# File 'lib/rub/l/c.rb', line 382

def hash_input
	Digest::SHA1.digest(@val.inspect)
end