module RandomYoutubeComment
Constants
- VERSION
Attributes
configuration[RW]
Public Class Methods
comment()
click to toggle source
# File lib/random_youtube_comment.rb, line 9 def comment RandomYoutubeComment::Comment.new end
setup() { |configuration| ... }
click to toggle source
# File lib/random_youtube_comment/configuration.rb, line 9 def setup self.configuration ||= Configuration.new yield configuration end