Ask a Question related to Ruby, Design and Development.

  1. #1

    Default Text::Format bug

    $ ruby -v
    ruby 1.8.0 (2003-08-04) [i686-linux]
    $ ruby -e "require 'text/format'; Text::Format.new.paragraphs(' ')"
    /usr/local/lib/ruby/site_ruby/1.8/text/format.rb:656:in `__paragraphs':
    private method `chomp!' called for nil:NilClass (NoMethodError)
    from /usr/local/lib/ruby/site_ruby/1.8/text/format.rb:884:in `paragraphs'
    from -e:1

    Any thoughts, Austin?

    Clifford Heath Guest

  2. Similar Questions and Discussions

    1. Format text in text area
      I have a text area on a form and I need a way to recognize when a user enters a line break. I want to send the data in the box to a database and...
    2. text format
      Hi, I use <textarea> input more than one paragraph to the database, whose field type is set to "text". Then I retrieve it to display in...
    3. to format text in a form( on the fly )
      Hello all, I'm interested in finding out how to format text on the fly in a form. i.e : the user can select some text and then click on a...
    4. Text format not corresopnding, HELP
      To All I sent the mail via the CDONTS after,the message content not corresponding format of my sent before, PLEASE TEACH ME HOW CAN ME DO? And...
    5. Text Format String - Please help
      Hi, I need to display a DateTime field in 'mm/dd/yyyy' in a DataGrid.. On myGrid1 - Properties - Columns - myColumn1 - Text format string: I...
  3. #2

    Default Re: Text::Format bug

    Text::Format is version 0.63 BTW.

    Clifford Heath Guest

  4. #3

    Default Re: Text::Format bug

    On Wed, 17 Sep 2003 17:34:25 +0900, Clifford Heath wrote:
    > Text::Format is version 0.63 BTW.
    Hi, Clifford. Your original message appears not to have made it through. Can
    you send it again (can you also send it to me directly, as I'm the
    maintainer for Text::Format)?

    Thanks,
    -austin
    --
    austin ziegler * [email]austin@halostatue.ca[/email] * Toronto, ON, Canada
    software designer * pragmatic programmer * 2003.09.17
    * 09.51.57



    Austin Ziegler Guest

  5. #4

    Default Re: Text::Format bug

    I found the problem report on Google Groups. I have fixed the problem and
    added a few new tests to ensure this doesn't break again. I will be
    releasing something a bit later -- I have to figure out RubyForge first.

    -austin
    --
    austin ziegler * [email]austin@halostatue.ca[/email] * Toronto, ON, Canada
    software designer * pragmatic programmer * 2003.09.17
    * 14.31.15



    Austin Ziegler Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139