lib/flattr/request/oauth2.rb in flattr-0.2.1 vs lib/flattr/request/oauth2.rb in flattr-0.2.2
- old
+ new
@@ -21,12 +21,8 @@
else
nil
end
end
- def base64_encode str
- [str].pack("m9999").chomp
- end
-
end
end
end