Method: Datapimp::Configuration#show
- Defined in:
- lib/datapimp/configuration.rb
#show ⇒ Object
98 99 100 101 102 103 104 105 106 |
# File 'lib/datapimp/configuration.rb', line 98 def show current.each do |p| key, value = p unless key == 'sites_directory' puts "#{key}: #{ value.inspect }" end end end |