<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>K_Koh</author_name>
  <author_url>https://blog.hatena.ne.jp/K_Koh/</author_url>
  <blog_title>Just do IT</blog_title>
  <blog_url>https://k-koh.hatenablog.com/</blog_url>
  <categories>
    <anon>Ruby</anon>
    <anon>Rails</anon>
  </categories>
  <description>Rubyだと 基本的には、破壊的な変更を意味する。呼び出したオブジェクト側も変更してしまう。 $ irb &gt; str = 'hoge' =&gt; &quot;hoge&quot; #普通にupcaseする &gt; str.upcase =&gt; &quot;HOGE&quot; #呼び出したオブジェクトに変更はない &gt; str =&gt; &quot;hoge&quot; #破壊的に変更する &gt; str.upcase! =&gt; &quot;HOGE&quot; #呼び出したオブジェクトも変更されている &gt; str =&gt; &quot;HOGE&quot; ※すべての！メソッドが破壊的と決まっているわけではないので、自信がない場合はRubyリファレンスを読むのが吉。 Railsだと ActiveRecordでよく見…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fk-koh.hatenablog.com%2Fentry%2F2020%2F12%2F21%2F194731&quot; title=&quot;Ruby や Rails でよく見る、メソッド名の後ろのびっくりマーク（感嘆符）の意味 - Just do IT&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2020-12-21 19:47:31</published>
  <title>Ruby や Rails でよく見る、メソッド名の後ろのびっくりマーク（感嘆符）の意味</title>
  <type>rich</type>
  <url>https://k-koh.hatenablog.com/entry/2020/12/21/194731</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
