Class: ActiveSupport::EnvironmentInquirer

Inherits:
StringInquirer
  • Object
show all
Defined in:
lib/test_data/active_support_ext.rb

Instance Method Summary collapse

Instance Method Details

#test_data?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/test_data/active_support_ext.rb', line 5

def test_data?
  self == "test_data"
end