module Flckr
Constants
- VERSION
Public Class Methods
collage(_keywords, _name)
click to toggle source
# File lib/flckr.rb, line 12 def self.collage(_keywords, _name) true end
silent_warnings() { || ... }
click to toggle source
# File lib/flckr.rb, line 4 def self.silent_warnings old_stderr = $stderr $stderr = StringIO.new yield ensure $stderr = old_stderr end