2 Question About ruby programming language

1-I am using Borland or VS2013 for writing my own applications. I heard
Ruby programming language and i am not sure that Ruby can help me for my
projects. I am developing dynamic dll projects and produce a .dll file.
I inject this .dll file to a running exe, my dll form pops(it looks like
another form in the running exe) and i can use it. To sum up, i need
forms application via injecting .dll files which i produced by ruby. And
i don’t know if this is available in Ruby platform.

2- Can i write inline assembly in Ruby project?
For example;
__asm
{
mov eax,3
ret
}