Flowdock
new(text, name) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/any_method.rb, line 65
  def initialize(text, name)
    super()

    @text = text
    @name = name

    @aliases                = []
    @block_params           = nil
    @call_seq               = nil
    @dont_rename_initialize = false
    @is_alias_for           = nil
    @params                 = nil
    @parent_name            = nil
    @singleton              = nil
    @token_stream           = nil
    @visibility             = :public
  end
Register or log in to add new notes.