Method: Arrow::Config#changed?

Defined in:
lib/arrow/config.rb

#changed?Boolean

Returns true if the configuration has changed since it was last loaded, either by setting one of its members or changing the file from which it was loaded.

Returns:

  • (Boolean)


271
272
273
# File 'lib/arrow/config.rb', line 271

def changed?
	return self.changed_reason ? true : false
end