Flowdock
property(name, value = nil) public

No documentation

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

Hide source
# File railties/lib/rails_info.rb, line 17
      def property(name, value = nil)
        value ||= yield
        properties << [name, value] if value 
      rescue Exception
      end
Register or log in to add new notes.