lib/socialcast.rb in socialcast-1.0.0 vs lib/socialcast.rb in socialcast-1.0.1

- old
+ new

@@ -18,9 +18,6 @@ end def credentials raise 'Unknown Socialcast credentials. Run `socialcast authenticate` to initialize' unless File.exist?(credentials_file) YAML.load_file(credentials_file) end - def grab_value(entry) - entry.is_a?(Array) ? entry.first : entry - end end