# File lib/inline.rb, line 373 def so_name unless defined? @so_name then @so_name = "#{Inline.directory}/#{module_name}.#{Config::CONFIG["DLEXT"]}" end @so_name end