Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6946779
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T13:36:33+00:00 2026-05-27T13:36:33+00:00

I want to expand a method to the String class in Sinatra, in the

  • 0

I want to expand a method to the String class in Sinatra, in the erb file, do something like

<%= 'some string'.my_method %> 

but I don’t know how to put the definition code:

String.class_eval do
  def my_mythod
    some_code
  end
end

By the way I’m using the sinatra modular coding style

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T13:36:33+00:00Added an answer on May 27, 2026 at 1:36 pm

    I tend to stick code like this in its own file, under the lib/ext folder. Then, you can require this file from your Sinatra app.

    Under lib/ext/string.rb:

    class String
      my_mythod
        some_code
      end
    end
    

    Then add the following to your Sinatra app, assuming your base class file is inside the lib folder:

    require File.dirname(__FILE__) + '/ext/string' 
    

    I’d be interested to see what over people think on this as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

want to know why String behaves like value type while using ==. String s1
I just want to expand this following method into something more generic, which should
I want to write a odometer-like method in a C#-style-language, but not just using
I want extend class which have final constructor (in my case it's SimpleXMLElement), but
Say I have some method like so: public void Method<T>(Func<T> func) { ... }
I am using JxTaskPane to add menu items ..but i don't want to use
I want to expand my programming horizons to Linux. A good, dependable basic toolset
I want to expand on the functionality related to this question . Is there
I am a web developer (J2EE application developer) and just want to expand what
I want my JTextArea to resize itself (expand vertically) when the last line (that

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.