Method: Redwood::Location#initialize
- Defined in:
- lib/sup/message.rb
#initialize(source, info) ⇒ Location
Returns a new instance of Location.
771 772 773 774 |
# File 'lib/sup/message.rb', line 771 def initialize source, info @source = source @info = info end |