Results for: "Pathname"

Gem::PathSupport facilitates the GEM_HOME and GEM_PATH environment settings to the rest of RubyGems.

No documentation available

Raised by Encoding and String methods when the source encoding is incompatible with the target encoding.

Subclass of Zlib::Error

When zlib returns a Z_STREAM_END is return if the end of the compressed data has been reached and all uncompressed out put has been produced.

Subclass of Zlib::Error

When zlib returns a Z_STREAM_ERROR, usually if the stream state was inconsistent.

Subclass of Zlib::Error

When zlib returns a Z_MEM_ERROR, usually if there was not enough memory.

A custom InputMethod class used by XMP for evaluating string io.

No documentation available
No documentation available
No documentation available
No documentation available
No documentation available
No documentation available

508 Loop Detected - RFC 5842; experimental 509 Bandwidth Limit Exceeded - Apache bw/limited extension 510 Not Extended - RFC 2774; experimental

Raises when the given argument word can’t be completed uniquely.

An abstract class for enumerating pseudo-prime numbers.

Concrete subclasses should override succ, next, rewind.

Internal use. An implementation of eratosthenes’ sieve

No documentation available

Raised when an unknown conversion error occurs.

No documentation available

Generated when trying to lookup a gem to indicate that the gem was found, but that it isn’t usable on the current platform.

fetch and install read these and report them to the user to aid in figuring out why a gem couldn’t be installed.

No documentation available

Utility module to define eRuby script as instance method.

Example

example.rhtml:

<% for item in @items %>
<b><%= item %></b>
<% end %>

example.rb:

require 'erb'
class MyClass
  extend ERB::DefMethod
  def_erb_method('render()', 'example.rhtml')
  def initialize(items)
    @items = items
  end
end
print MyClass.new([10,20,30]).render()

result:

<b>10</b>

<b>20</b>

<b>30</b>
No documentation available
No documentation available
Search took: 3ms  ·  Total Results: 2564